I. Overview
The Prime Spot DCA Trading Bot consists of two components:
- Client (GUI) – runs on Windows or Linux
- Server – runs on Linux or Windows Server (64-bit)
The Client connects to the Server through WebSocket on
TCP port 8765.
Your server must have this port open for the bot to operate properly.
Tip: If this is your first time installing the bot,
start with Linux Installation – it's the recommended and most reliable option.
II. Quick Start – Basic Steps
Before following detailed install instructions, complete these basic steps:
- Upload the server software ('server.bin' for Linux or 'server' folder for Windows) to your server machine (VPS or dedicated server)
- Ensure TCP port 8765 is open in your server firewall to allow the client to connect
- Configure the server application to auto-start at boot (e.g., using `systemd` on Linux or Task Scheduler/Windows Service on Windows)
- Launch the client GUI on your personal computer (Windows or Linux x64)
- In the GUI, enter your server’s public IP + port, activate your license, then configure your Binance API keys and strategy
Tip: If this is your first time installing the bot,
start with Linux Installation – it's the recommended and most reliable option.
III. Choose Your Installation Platform
Select one of the following detailed installation guides depending on your environment.
1️⃣ Linux Installation (Recommended)
Best choice for VPS hosting, cloud servers, and 24/7 stability.
→ Open Linux Installation Guide
- Prepare Ubuntu server (20.04+)
- Open firewall port 8765
- Upload and run
server.bin
- Enable auto-start using
systemd
2️⃣ Windows Server Installation
Use this guide if you host the bot on Windows Server (2019/2022).
→ Open Windows Server Installation Guide
- Open firewall port 8765
- Run
server.exe
- Create a Windows Service or Task Scheduler entry for auto-start
3️⃣ AWS EC2 Auto Setup (One-Click Install via GUI)
Fastest setup method. The Client GUI automatically creates and configures an EC2 server for you.
→ EC2 Auto Setup Guide
- Automatic EC2 creation
- Automatic security group configuration
- Automatic deployment of
server.bin
IV. After Installation
Once your server is running, launch the Client GUI and configure:
- Server IP address
- Your
license.enc
- Binance API Key & Secret
You can now start trading with your chosen DCA strategy.