Create a server automatically and go live in a couple of minutes โ or wire it up yourself on any Ubuntu box.
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.
Enter a valid domain, e.g. trader.example.com
Enter a valid email address
๐ Used only by your browser to call Hetzner directly โ never sent to htx-labs.com and never stored. Create a project โ Security โ API token โ
Paste your Hetzner API token
Creates an Ubuntu 24.04 server billed to your Hetzner account. Destroy it anytime from the Hetzner console.
Add a DNS A record for pointing to:
Keep it unproxied (grey cloud) so Let's Encrypt can verify it. We detect it automatically once DNS propagates.
Run the same stack on any Ubuntu box โ no one-click provider needed. Swap in your own domain, email and server IP where marked.
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
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'
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
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.
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 โ
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.