Skip to content

24 7 Deployment with systemd

Howell Munene edited this page May 15, 2026 · 1 revision

Running the Bot 24/7 on a VPS

This guide assumes you have an Ubuntu VPS and your bot code already cloned.

1. Install Dependencies

sudo apt update && sudo apt install -y python3-pip python3-venv git

Clone this wiki locally