Connection Information
The proxy credentials are stored in: /root/.proxy
Display them at any time:
cat /root/.proxy
Open the generated tg://proxy?... link on a device with Telegram installed to import the proxy automatically.
Important Files and Directories
- Configuration Directory:
/etc/telemt - Configuration File:
/etc/telemt/telemt.toml - Working Directory:
/opt/telemt - Binary:
/bin/telemt - Systemd Service:
/etc/systemd/system/telemt.service - Proxy Link:
/root/.proxy
Service Management
Check the service status:
systemctl status telemt
Restart the service:
systemctl restart telemt
Stop the service:
systemctl stop telemt
Start the service:
systemctl start telemt
View live logs:
journalctl -u telemt -f