Gojo is a powerful Discord bot designed to monitor and control your Linux server remotely.
It provides system monitoring, login alerts, remote control, and automatic startup.
• Server status monitoring • Login detection alerts • Restart server remotely • Shutdown server remotely • Execute Linux commands remotely • Owner security protection • Embed-based clean UI • Auto start on server boot
| Command | Description |
|---|---|
| !status | Shows CPU, RAM, Disk, uptime |
| !info | Shows bot information |
| !helpgojo | Shows help |
| !restart | Restart server |
| !shutdown | Shutdown server |
| !run | Run Linux command |
git clone https://github.com/ADEEP13/gojo-bot.git
cd gojo-bot
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Create .env file
TOKEN=your_token
OWNER_ID=your_id
ALERT_CHANNEL_ID=channel_id
python bot.py
Create service file
sudo nano /etc/systemd/system/gojo.service
Paste:
[Unit]
Description=Gojo Discord Bot
After=network.target
[Service]
User=adeep
WorkingDirectory=/home/username/gojo-bot
ExecStart=/home/username/gojo-bot/venv/bin/python bot.py
Restart=always
[Install]
WantedBy=multi-user.target
Enable service:
sudo systemctl daemon-reexec
sudo systemctl enable gojo
sudo systemctl start gojo
sudo systemctl status gojo
Only OWNER_ID can:
• restart server • shutdown server • run commands
Ubuntu Server Python 3.8+ Discord Bot Token
Open source
This bot is actively developed and maintained by Adeep AG.
Stay connected for updates, improvements, and new features:
• GitHub: https://github.com/ADEEP13 • LinkedIn: https://www.linkedin.com/in/adeep-ag-b140b9342/ • X( twitter): https://x.com/adeep_ag • Reddit: https://www.reddit.com/user/ADEEP__A__G/ • Email: adeepag13@gmail.com
All updates, bug fixes, and new features will be published here:
GitHub Repository: https://github.com/ADEEP13/gojo-bot
You can:
• Star the project • Report bugs • Suggest features • Track updates
Current Version: v1.0 Bot Name: Gojo Server Platform: Ubuntu Server + Discord
Adeep AG Information Science Engineering Student