Easy to install by yourself

Installation instructions

Our services

If you don’t want to understand the technical details or you simply don’t have time, our team will install and configure the server for you.

⚠️ Please note: you receive and save all API keys and private keys yourself. We only prepare and configure the server.

За компом

1

🤖 Stage 1. Telegram bot and Admin ID

Open Telegram and find @BotFather

Team/newbot– creates a bot

Go to/mybots, select the bot and copy API Token

Find out your Admin ID: write to the bot @userinfobot— he will send your numerical ID

📝 Save token и Admin ID— they will be asked once during installation.

TG1

2

🌐 Stage 2. VPS rental

For the bot to work 24/7, you need a VPS server. Minimum tariff: 1 GB RAM / 5 GB SSD – about $1.5 per month.

We recommend SmartApe or beget.com, but any VPS will do.

beget

3

🖥 Stage 3. Installing Ubuntu 24.04

When ordering a VPS, immediately select the operating system Ubuntu 24.04 — our installation script has been prepared specifically for it.

beget2

4

⚙️ Stage 4. Installation with one command

Connect to the server via SSH, for example through the Windows PowerShell program

Team:

ssh root@your.ip.address

Next it will ask for your hosting password.

After you have logged into the hosting, paste and execute one team:

curl -sL -o d https://storage.yandexcloud.net/dexbot/setup_dexbot.sh && sudo bash d

The installer will ask only 3 questions:

  1. License key (from your subscription / personal account)
  2.  Telegram bot token (from Stage 1)
  3.  Admin ID (from Stage 1)

✅ Then everything is installed automatically: dependencies, database, service. At the end, the bot launches itself.

cdm

5

📩 Stage 5. Access will come to Telegram

After installation the bot he will send you the file in Telegram with all access and management commands (database, Adminer, logs, update).

🔐 Save the file in a safe place, then delete the message – the data is deleted automatically on the server.

Accessing the database through a browser (Adminer):

http://IP-ADDRESS

Login and password to enter – from the sent file.

db1

6

📊 Stage 6. Done!

Ready! The bot works 24/7 and starts itself after a server reboot.

Open the bot in Telegram and write /start— API keys, wallets and trading pairs are configured directly in the bot using buttons.

View the bot’s work (logs):

sudo journalctl -u DEXBOT.service -n 1500 -f

26