Installation Instructions
Our services
⚠️ Please note: you receive and save all API keys and private keys yourself. We are just preparing and configuring the server.
🤖 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.
🌐 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.
🖥 Step 3. Installing Ubuntu 24.04
⚙️ Step 4. Installing dependencies
2. Make the installer file executable:
chmod +x /setup_dexbot.sh
3. Run the installation:
/setup_dexbot.sh
🗄️ 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.
📊 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