GET STARTED

Deploy HyperTrader

Create a server automatically and go live in a couple of minutes โ€” or wire it up yourself on any Ubuntu box.

AUTOMATED DEPLOY

Deploy in one click

Enter a domain and email and weโ€™ll create a HyperTrader server on your Hetzner account and configure HTTPS automatically. Prefer your own box? Switch to manual for a ready-to-paste cloud-init.

๐Ÿ”’ Used only by your browser to call Hetzner directly โ€” never sent to htx-labs.com and never stored. Create a project โ†’ Security โ†’ API token โ†’

Creates an Ubuntu 24.04 server billed to your Hetzner account. Destroy it anytime from the Hetzner console.

MANUAL SELF-HOST

Prefer to wire it up yourself?

Run the same stack on any Ubuntu box โ€” no one-click provider needed. Swap in your own domain, email and server IP where marked.

01

Provision a server

Ubuntu 22.04+ with ports 80 and 443 reachable. Point your domain's A-record at the server IP (unproxied), then install Docker Engine + the Compose plugin.

ssh root@YOUR_SERVER_IP
curl -fsSL https://get.docker.com | sh
02

Run the installer with automated HTTPS

Downloads the production Compose stack, wires up Traefik, and preseeds Let's Encrypt from SSL_DOMAIN + SSL_EMAIL โ€” the only two values the installer takes.

sudo env SSL_DOMAIN="trader.example.com" SSL_EMAIL="you@example.com" \
  bash -c 'curl -fsSL https://raw.githubusercontent.com/htx-labs/hyper-trader-manager/main/scripts/install.sh | bash'
03

Start the stack

Pulls the images and brings up Traefik, the API and the dashboard. Traefik obtains the certificate automatically once DNS resolves. Check status and logs any time.

hyper-trader-manager start
hyper-trader-manager status
hyper-trader-manager logs api
04

Create your admin account

Open https://your-domain in a browser. Once the certificate is issued (~1โ€“2 min), the first-run wizard has you create the admin account over HTTPS. Admin bootstrap is blocked on plaintext HTTP by design.

05

Configure copy-trading

In the dashboard, add a trader: set the target account to mirror, your size ratio and risk limits. Private keys are stored as Docker Swarm secrets on your own box โ€” never in plaintext env. See the trader guide โ†’

RISK DISCLAIMER

Trading cryptocurrencies and derivatives โ€” including copy-trading and automated order mirroring โ€” carries substantial risk and may result in the loss of some or all of your capital. HyperTrader is self-hosted software provided "as is", without warranty of any kind. You use it entirely at your own risk. The software, htx-labs.com, and its authors do not provide financial, investment, or legal advice and accept no responsibility or liability for any loss of funds, missed trades, execution errors, downtime, or damages arising from its use. Past performance of any target account is not indicative of future results. Only trade with funds you can afford to lose, and comply with the laws and regulations of your jurisdiction.