Access
Your MTProto proxy connection link is stored in: /root/.proxy
Display it anytime with:
cat /root/.proxy
Open the generated tg://proxy?... link on your Telegram client to add the proxy.
Statistics Dashboard (Optional)
Teleproxy exposes a local statistics endpoint on port 8888.
Create an SSH tunnel from your local machine:
ssh -NL 8888:localhost:8888 root@<SERVER_IP>
Then, on your local machine, open one of the following URLs in your browser:
http://localhost:8888/metricshttp://localhost:8888/statshttp://localhost:8888/link
Important Files & Directories
- Install Binary:
/usr/local/bin/teleproxy - Configuration File:
/etc/teleproxy/config.toml - Systemd Service:
/etc/systemd/system/teleproxy.service - Connection Information:
/root/.proxy
Service Management
Check service status:
systemctl status teleproxy
Reload the configuration:
systemctl reload teleproxy
View live logs:
journalctl -u teleproxy -f