General Installation Guide

I. Architecture Overview

The Prime Spot DCA Trading Bot uses a Client-Server model:

II. ⚠️ CRITICAL: Firewall & Port 8765

IMPORTANT: The Client connects to the Server via TCP Port 8765.
Depending on your cloud provider, you may need to open this port manually.
Cloud Provider Action Required Instruction
AWS EC2 🔴 Manual Open Required You must add a rule to the Security Group to allow Custom TCP 8765.
See EC2 Guide
Google Cloud (GCP)
Microsoft Azure
Oracle Cloud
🔴 Manual Open Required The install script cannot bypass the external Cloud Firewall.
GCP: Go to VPC Network → Firewall → Create Firewall Rule → Allow tcp:8765.
Azure: Go to Networking → Add inbound port rule → 8765.
DigitalOcean
Vultr / Linode
Hetzner
🟢 Automatic No action needed. These providers usually respect the internal OS firewall, which our script configures automatically.

III. Installation Methods

Choose the method that fits your needs:

1️⃣ Linux Installation (Recommended)

2️⃣ Windows Server Installation

3️⃣ AWS EC2 Setup

Specific guide for Amazon EC2 users, focusing on creating the instance and configuring the Security Group (Firewall).

Go to EC2 Guide