Server and Folder Preparation - DEXBOT
LOGB
  • Home
  • Blog
  • Catalog
  • Update
  • Instruction manual
  • Documentation
  • Support
  • TELEGRAM DEMO
Login / Register
Sign inCreate an Account

Lost your password?

0 items 0,00 USDC
  • English
    • Русский
    • English
    • Deutsch
    • 中文 (中国)
    • Español
    • فارسی
    • हिन्दी
    • Italiano
    • 日本語
    • Tiếng Việt
    • Français
    • 한국어
    • Türkçe
    • العربية
    • Português
    • বাংলা
LOGB
  • English
    • Русский
    • English
    • Deutsch
    • 中文 (中国)
    • Español
    • فارسی
    • हिन्दी
    • Italiano
    • 日本語
    • Tiếng Việt
    • Français
    • 한국어
    • Türkçe
    • العربية
    • Português
    • বাংলা

Telegram BOT EN

11
  • Main Menu
  • Active Trades
  • Closed Trades
  • Blockchain Settings
  • Selected Blockchain Overview
  • Trading Settings
  • Bot Settings
  • Create a Telegram Bot and Get the Token
  • Setting up trading indicators
  • Token setup
  • GRID BOT

Website Documentation

4
  • Affiliate Program
  • License — Reset Device
  • Two-Factor Authentication
  • Using a coupon (promo code) to get a discount

VPS Installation

8
  • Generating and Preparing the Secret Key
  • Server and Folder Preparation
  • Deploying the Bot on the Server
  • Configuration Setup of .env and Database
  • Creating and Activating Systemd Services for Running Bots
  • Basic Commands for Working with a Linux VPS Server
  • Quick DEXBOT Installation
  • DEXBOT version Update
  • Home
  • Documentation
  • VPS Installation
  • Server and Folder Preparation
View Categories

Server and Folder Preparation

1 мин. чтения



🔐 Connect to the server via SSH #

  1. Open the terminal on your computer (Linux, macOS, or Windows with PowerShell/Terminal).
  2. Run the command, replacing YOUR_SERVER_IP_ADDRESS with your server’s IP address:
    ssh root@YOUR_SERVER_IP_ADDRESS
  3. At the first connection, confirm adding the key by typing yes and pressing Enter.
  4. Enter the root user password if prompted.

🗂 Create a working directory for bots #

Create a folder to store your bot files and scripts:

mkdir -p /MYBOTS

Check that the folder was created and view permissions:

ls -ld /MYBOTS

⚙️ Set folder permissions #

  1. If you want, create a separate user to run the bot:
    adduser botuser
  2. Change the folder owner to the new user and set permissions:
chown -R botuser:botuser /MYBOTS
chmod -R 755 /MYBOTS

📦 Update the system and install basic tools #

Run the system update and install necessary packages:

apt update && apt upgrade -y
apt install -y python3 python3-pip git curl

🔍 Verify installed programs #

Check versions to make sure everything is working:

python3 --version
pip3 --version
git --version
curl --version

💡 Summary #

  • You connected to the server via SSH.
  • Created the /MYBOTS folder for bots.
  • Set folder permissions for the user.
  • Updated the system and installed necessary tools.
Rate this document?
Updated on July 31, 2025
Generating and Preparing the Secret KeyDeploying the Bot on the Server
Table of Contents
  • 🔐 Connect to the server via SSH
  • 🗂 Create a working directory for bots
  • ⚙️ Set folder permissions
  • 📦 Update the system and install basic tools
  • 🔍 Verify installed programs
  • 💡 Summary

© 2026 DEXBOT. All rights reserved

  • Home
  • Blog
  • Catalog
  • Update
  • Instruction manual
  • Documentation
  • Support
  • TELEGRAM DEMO

SPECIAL OFFER!!! 100% DISCOUNT | SPECIAL OFFER!!! 100% DISCOUNT | SPECIAL OFFER!!! 100% DISCOUNT

We use cookies to ensure you get the best experience on our website. By continuing to use this site, you agree to our use of cookies.
More info More info Accept
Home
0 items Cart
My account
Menu