FORGE BOTS
Telegram bots for real-world automation — server monitoring, VPS management, and more. Built in Python, no extra dependencies, deployed on Linux with systemd.
VPS SERVER BOT
Manage and monitor a Linux VPS from your phone. Get daily health reports, check service status, tail logs, trigger upgrades, and reboot — all via Telegram commands. Proactive alerts fire automatically when a service goes down or disk usage spikes, with a follow-up when it recovers.
Full server health report — disk, memory, load, services, SSL expiry, pending updates.
Quick snapshot of all monitored service states.
Runs apt upgrade — confirmation required before executing.
Two-step reboot confirmation with 60-second expiry to prevent accidents.
Tail recent journald logs for any monitored service. Default 20 lines, max 50.
List all available commands.
EXAMPLE REPORT OUTPUT
What a /report looks like in your Telegram chat:
GET IT ON GITHUB
No pip installs needed — pure Python stdlib. Clone the repo, drop your credentials in /etc/bots/server.env, and deploy with the included systemd unit file.
Requires a Telegram bot token from @BotFather and a Linux server running systemd.
VIEW ON GITHUBIN DEVELOPMENT
More bots are running privately and may land here when they're ready to share.