Easy to install by yourself

Installation Instructions

Our services

If you don’t want to delve into technical details or simply don’t have the time to install the bot on your server yourself, our team is here to assist you with all the necessary configurations.

⚠️ Please note: you receive and save all API keys and private keys yourself. We are just preparing and configuring the server.

 

За компом

1

🤖 Stage 1. Creation of a Telegram bot

Open Telegram and find @BotFather

Team /newbot — creates a bot

Go to /mybots, select your bot and get API Token

📝 Save the token to notepad — you will need it for .the env file.

TG1

2

🌐 Stage 2. VPS rental

In order for the bot to work 24/7, you will need a VPS server.
Choose the minimum tariff: 1 GB RAM / 5 GB SSD — about $1.5 per month.

We recommend hosting beget.com, but any VPS will do.

beget

3

🖥 Step 3. Installing Ubuntu 24.04

When you order a VPS, install the Ubuntu 24.04 operating system immediately, as our installation script is prepared for it.
beget2

4

⚙️ Step 4. Installing dependencies

1. Upload the setup_dexbot.sh file to the server root

2. Make the installer file executable:

chmod +x /setup_dexbot.sh

3. Run the installation:

/setup_dexbot.sh

cdm

5

🗄️ Step 5. The database has been successfully installed

After the installation script is completed, the server will restart automatically.
After restarting, you will be able to access the database through a browser.:

🔗 Open it in a browser:

http://YOUR-IP

 

The interface will be displayed on the page that opens. Adminer — database control panels.

🔐 To log in, use the administrator username and password that you specified during installation.

db1

6

📊 Stage 6. Checking logs

Ready! Now everything works automatically. You can restart the server and be sure that the bots will start on their own.

View the work of the bot:

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

26