Discord bots stop working when your laptop sleeps. A Pulsar67 VPS fixes that for the cost of a fancy coffee.
1. Order Pulsar Nano
Pick Ubuntu 24.04 on the pricing page and wait for the root password email.
2. Install dependencies
apt update && apt install -y python3 python3-venv git
python3 -m venv /opt/bot && source /opt/bot/bin/activate
pip install discord.py
3. Run with systemd
Create a unit file so the bot restarts automatically after reboots or crashes.
Next steps
See our Discord bot hosting page for plan sizing tips.