Connection Information
The proxy credentials are stored in: /root/.proxy
Display them at any time:
cat /root/.proxy
The file contains:
- Server IP
- Port
- MTProto Secret
tg://Telegram URIhttps://t.me/proxylink
Docker Management
Check running containers:
docker ps
View proxy logs:
docker logs -f mtproto-proxy
Restart the proxy:
docker restart mtproto-proxy
Stop the proxy:
docker stop mtproto-proxy
Start the proxy:
docker start mtproto-proxy
Important Files and Directories
- Install Path:
/opt/mtproxy - Compose File:
/opt/mtproxy/docker-compose.yml - Credentials File:
/root/.proxy - Docker Volume:
/var/lib/docker/volumes/mtproxy_proxy-config