3. Start your unCoded Server

This guide explains how to install and set up your unCoded Trading Bot on a Netcup Cloud Server running Ubuntu. The setup process is simple and doesn’t require deep Linux knowledge.

🔧 Requirements

Before you begin:

  • You have an active Server.

  • You already have your Binance API keys and Telegram bot credentials (see Telegram setup section in this GitBook)


⚙️ Step 1: Prepare the Netcup Server

  • Click Media:

  • Click Images and choose Ubuntu cloudimg 24.04.3 UEFI.

  • When prompted to select the installation method, choose Minimal.

  • In the next dialog, set the following options:

    • Partition Layout: One Big Partition

    • Locale: German or English (your choice)

    • Timezone: set your local time zone

    • Scroll to Custom Script and paste this command:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/tbotteam/unCodedServer/main/uncoded.sh)"

  • Click Next, then confirm by entering your SCP password again and confirm with reinstall.

  • The provisioning will start. The script runs automatically and starts the unCoded setup. After the installation is done copy the IP address and click on starting Server. Wait 5 minutes before moving to the next step.


🌐 Step 2: Access the unCoded Server Panel

  • Open your browser and enter your server’s IP address followed by :3000 (for example, http://89.xxx.xxx.xxx:3000).

  • You’ll see the unCoded Server Panel Login screen.

  • You can switch the interface language if desired.

  • Log in using the following standard password: captain42.


⚙️ Step 3: Install the unCoded App

  • In the left-hand menu, click Apps.

  • Choose One-Click Apps / Databases.

  • From the list, select unCoded Trading Bot.

  • Fill in all required fields:

    • Binance API Key & Secret

    • Telegram Bot Token (from @BotFather)

    • Telegram Group ID

    • Telegram Owner ID

  • Once all data is entered, click Deploy

  • Wait a few moments until the deployment is complete — your bot is now ready to be started.


🔒 Step 4: Change Your Password

Before you start using the bot, it’s strongly recommended to change your default server panel password.

  1. Go to Settings in the left-hand menu.

  2. Under Change Password, enter your current password and set a new, secure one.

  3. Click Change Password to confirm.

Keeping your panel secured ensures that only you can access your bot’s dashboard and configuration.


5. Start the Bot

Now switch to Telegram and open the group you created earlier with your bot inside.

In the group, type if the menu is not open:

This opens the unCoded Control Panel.

  • In the Control Panel, click Configurations.

  • Select Set Configuration.

  • (Optional – only for users outside the EU)

    • Click on quoteAsset.

    • Click on Enter manually and type FDUSD (recommended for zero-fee trading on Binance).

  • Activate the bot:

    • Click in Set configuration on acceptTosAndStartBot.

    • Select true.

    • The bot will now start.

Shortly after, you will see live updates about its trading activity. To verify that everything is running correctly, open CapRover, go to Apps → "bot"-trading, and check the Logs tab to confirm that the bot starts without errors.

Last updated