From $1.81 a month, billed by the hour

Telegram and Discord bot hosting
that runs 24/7

Move your bot off your laptop and onto a small KVM server in Germany. It keeps answering when your computer is off, and you can pay for it with crypto.

Why host your bot on a DataPasa VPS

Bots need little power, but they need to be online all the time.

Telegram and Discord ready

Run bots built with aiogram, python-telegram-bot, grammY, Telegraf, discord.py, discord.js or any other library.

Restarts on its own

Run the bot under systemd, pm2 or Docker so it comes back after a crash or a reboot without you logging in.

Any language, any version

Full root access means you install exactly the Python, Node.js, Go or Java version your bot needs, plus any database.

Cheap enough for side projects

VPS-1 costs $1.81 a month and runs several small bots. Hourly billing means a test bot for a weekend costs cents.

Pay with crypto

Top up from $5 with USDT, TON network tokens, BTC, ETH, XMR and many other coins. Sign up needs only an email.

Public IP for webhooks

Every server has its own public IPv4 address, so Telegram webhooks and payment callbacks can reach your bot over HTTPS.

VPS plans for bot hosting

Our lowest priced plans, all fine for bots. Prices are monthly for budgeting, you pay by the hour.

VPS-1
$1.81/mo
$0.0025/hr
CPU
1 vCPU
RAM
1 GB
NVMe
16 GB
Traffic
1 TB

Good for: One to a few Telegram or Discord bots with long polling

Order VPS-1
VPS-2
$3.54/mo
$0.0048/hr
CPU
1 vCPU
RAM
2 GB
NVMe
32 GB
Traffic
32 TB

Good for: Bots in Docker with a database and webhooks over HTTPS

Order VPS-2
VPS-3
$7.09/mo
$0.0097/hr
CPU
2 vCPU
RAM
4 GB
NVMe
64 GB
Traffic
32 TB

Good for: Larger bots with a web panel, workers or AI features

Order VPS-3
VPS-4
$12.16/mo
$0.0167/hr
CPU
4 vCPU
RAM
8 GB
NVMe
128 GB
Traffic
32 TB
Order VPS-4
VPS-5
$18.24/mo
$0.0250/hr
CPU
6 vCPU
RAM
12 GB
NVMe
192 GB
Traffic
32 TB
Order VPS-5
VPS-6
$24.12/mo
$0.0330/hr
CPU
6 vCPU
RAM
16 GB
NVMe
256 GB
Traffic
32 TB
Order VPS-6

See all plans and prices

Long polling or webhooks

Most bot libraries start with long polling: the bot keeps asking Telegram or Discord for new updates. It needs no domain, no certificate and no open ports, so it works on a fresh VPS right away. Discord bots always connect this way, through a gateway connection that the library keeps open for you.

Webhooks are the alternative for Telegram. Telegram sends each update to your server over HTTPS, which saves a constant connection and scales better for busy bots. You need a domain pointing to the server and a reverse proxy such as nginx or Caddy with a free certificate. Payment providers usually require webhooks for callbacks anyway.

Keeping the bot running

Starting a bot from an SSH session is fine for testing, but it stops as soon as you disconnect. For real use, run it as a service. systemd is built into every Linux system we offer and restarts the bot automatically. pm2 is popular for Node.js bots, and Docker keeps dependencies tidy when you run several bots on one server.

Our step by step guide shows how to deploy a Telegram bot with systemd: create a user, copy the code, set the token in an environment file, write a unit file and enable it. The same approach works for Discord bots. Logs are then available through journalctl whenever something goes wrong.

  • systemd: built in, simple, restarts on failure and at boot.
  • pm2: handy for Node.js, with logs and process list.
  • Docker: one container per bot, clean updates.

Choosing a plan for your bot

A typical Python or Node.js bot uses well under a few hundred megabytes of RAM. VPS-1 with 1 vCPU and 1 GB of RAM runs a few such bots easily, and its 1 TB of traffic is far more than text messages need. It is the cheapest way to keep a bot online around the clock.

Choose VPS-2 with 2 GB when you add a database such as PostgreSQL, run bots in Docker or handle media like images and voice messages. VPS-3 with 2 vCPU and 4 GB suits bigger projects: a bot with a web admin panel, background workers, or calls to AI models that need more memory for processing.

Practical notes

Keep bot tokens out of your code and out of Git. Store them in an environment file readable only by the bot user. Allow only SSH and, if you use webhooks, HTTPS in the firewall. If a bot sends email, use an HTTPS API such as Resend, Postmark or Amazon SES, because outgoing mail ports are closed by default.

The server is in a data center in Falkenstein, Germany, with an uplink of up to 1 Gbps, so API calls to Telegram and Discord are quick. Billing is hourly from a prepaid balance. Keep an eye on it: if the balance runs out, the server is paused for 24 hours and then deleted, and a low balance email warns you well before that.

Step by step guides

Written by our team and tested on DataPasa servers.

Bot hosting FAQ

A small VPS. Our VPS-1 plan with 1 vCPU and 1 GB of RAM costs $1.81 a month, billed by the hour, and can run several small bots under systemd.

Not for long polling, which works out of the box on a fresh server. You need a domain and an HTTPS certificate only if you switch the bot to webhooks.

Yes. Discord and Telegram bots can run side by side on one server, each as its own systemd service, pm2 process or Docker container with separate logs.

Run it as a service with systemd, pm2 or Docker. Our guide shows a systemd unit that starts the bot at boot and restarts it after a crash.

You get a low balance email first. If the balance reaches zero, the server is suspended with its data kept for 24 hours, then deleted. Top up in time and the bot keeps running.

Any language that runs on Linux: Python, Node.js, Go, Java, PHP, Rust and others. You have full root access and install the versions you need.

Yes. Top up from $5 with USDT on TRON, TON or other networks, BTC, ETH, XMR and many more coins, or with a card through Stripe.

Put your bot online for good

Order a VPS from $1.81 a month, follow the systemd guide and have your bot answering in minutes.