star-shooting3. 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.

circle-info

🔧 Requirements

Before you begin, make sure that:


If you don’t have a server with Netcup yet, you can save €5 when creating your server by using our coupon! You can find the coupon as well as instructions under System Requirements.


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.


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.


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 to prepare your deployment:

    • App Name: Pick a unique name for your application (e.g., mybot).

    • PostgreSQL Password: This field is automatically pre-filled by the system for your convenience, but you can change it to any secure password of your choice.

    • Binance API Key & Secret: Enter your personal API credentials from your Binance account.

    • Frontend PORT: The external port the dashboard listens on (default: 4000).

    • App Password: The password used for your personal login to the bot dashboard.

    • Viewer Password (optional): A password for "View-Only" access (no access to Settings or Tax data).

    • Telegram Configuration (Optional): Telegram integration is optional. If you wish to receive real-time notifications and signals, please follow our separate guide.

  • Once all data is entered, click Deploy.

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


4

🔒 Change Your Password

circle-info

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.


circle-info

Next Steps: You're almost done!

After the deployment is complete, your bot instance is ready. In the next section, we will walk you through the basic configuration and show you how to start the bot for the first time to begin trading.

Last updated