Toegang
Uw MTProto-proxyverbindingslink staat in: /root/.proxy
Bekijk het op elk moment met:
cat /root/.proxy
Open de gegenereerde tg://proxy?... in uw Telegram-client om de proxy toe te voegen.
Statistiekendashboard (optioneel)
Teleproxy stelt op poort 8888 een lokaal statistiek-endpoint beschikbaar.
Maak een SSH-tunnel vanaf uw eigen machine:
ssh -NL 8888:localhost:8888 root@<SERVER_IP>
Open daarna op uw eigen machine een van de volgende URL's in de browser:
http://localhost:8888/metricshttp://localhost:8888/statshttp://localhost:8888/link
Belangrijke bestanden en mappen
- Geïnstalleerd binair bestand:
/usr/local/bin/teleproxy - Configuratiebestand:
/etc/teleproxy/config.toml - systemd-service:
/etc/systemd/system/teleproxy.service - Verbindingsgegevens:
/root/.proxy
Servicebeheer
Servicestatus controleren:
systemctl status teleproxy
Herlaad de configuratie:
systemctl reload teleproxy
Bekijk de live logs:
journalctl -u teleproxy -f