Introducing Private Hosting: A Dedicated Server for Every Account
Today we're launching Private Hosting — the simplest way to run a MetaTrader account on infrastructure that is entirely your own. With one click you can connect a new MT4 or MT5 account onto a dedicated server, with its own fixed public IP, in a data center close to your broker. No shared endpoints, no noisy neighbors, no compromises.
FxSocket already gives you a clean REST API and WebSocket for MT4 and MT5. Private Hosting takes the next step for traders who need an extra margin of speed, control, and isolation.
Why we built it
Our standard API runs your accounts on shared, highly-available infrastructure — and for the vast majority of strategies that is exactly what you want. But some traders have requirements that shared infrastructure can't fully satisfy:
- Latency to the broker.Every millisecond between your terminal and your broker's servers matters for scalping, news trading, and arbitrage. Being in the same region as your broker can shave round-trips dramatically.
- A fixed, dedicated IP. Some brokers and prop firms let you whitelist an IP address. A dedicated server gives you one address that is yours alone — not shared with anyone else.
- Isolation. Your account runs in its own environment, with its own resources, completely separate from every other customer.
A server of your own
When you enable Private Hosting for an account, we provision a dedicated server for it and bring up a private MetaTrader bridge on it. You get your own HTTPS endpoint — the full FxSocket REST and WebSocket surface, reachable on your server's dedicated IP and secured with your existing API key.
- Dedicated public IPv4 — yours to whitelist with your broker.
- Region of your choice — Frankfurt, London, Amsterdam, New York, Toronto, San Francisco, Singapore, Sydney, or Bangalore. Pick the one closest to your broker.
- The full API, privately — account data, market data, order execution, and live WebSocket streaming, all on your own server.
- Same simple auth — your
fxs_live_…API key, presented as anX-API-Keyheader, just like the shared API.
It doesn't touch your plan
Private Hosting is completely standalone. A privately-hosted account does notconsume a seat on your subscription, and you don't even need a paid plan to use it — anyone can connect a private account. It's billed entirely on its own.
Pricing that respects you
Private Hosting is €25.99 per account, per month— and it's prepaid. A payment buys one month of runtime for that account. There is no subscription and no auto-renew: nothing is ever charged silently in the background. When you want more time, you top up; when you're done, you simply stop paying.
- Pay by card or crypto. Choose Visa, Mastercard, and Amex, or pay with BTC, ETH, USDT, USDC, or SOL — for both new accounts and extensions.
- Prepay as long as you like. Buy a single month or several at once.
- Extend any time. Pay early and the time is added to whatever you have left — you never lose days.
How to get started in three steps
From your dashboard, open the Private Hosting section and follow three short steps:
- 1. Connect an account. Enter the broker credentials for the account you want to host and choose a region.
- 2. Check out. Pick how many months to prepay and your payment method — card or crypto.
- 3. Go live. Your dedicated server is provisioned and logs into your broker within a few minutes. Its status and endpoint appear right in the dashboard.
Once it's ready, calling your private endpoint looks exactly like the shared API — just pointed at your own server's IP:
import requests
API_KEY = "fxs_live_..."
# Your dedicated server's IP, shown in the dashboard
BASE = "https://203.0.113.42"
# Read the account summary from your own private server
res = requests.get(
f"{BASE}/AccountSummary",
headers={"X-API-Key": API_KEY},
verify=False, # self-signed cert on your dedicated IP
)
print(res.json())Who it's for
- Latency-sensitive strategies— scalpers, news traders, and arbitrage bots that benefit from being in the broker's region.
- Traders who need to whitelist an IP with their broker or prop firm.
- Anyone who simply wants isolation — a private environment dedicated to a single account.
Give an account a server of its own
Private Hosting is live now. Connect an account, pick a region near your broker, and pay by card or crypto — €25.99/month, prepaid, no subscription. Your dedicated server is up in minutes.
Frequently asked questions
Does Private Hosting auto-renew?
No. It is prepaid and one-off by design — there is no subscription and nothing is ever charged automatically. When your prepaid time runs out, the server is taken down until you top up again. We'll remind you before it lapses.
Can I pay with crypto?
Yes. You can pay with card or crypto for both new accounts and extensions — your choice every time, on the checkout page.
Does a private account use one of my plan's account slots?
No. Private accounts are fully independent of your subscription — they don't consume a seat, and you don't need a paid plan to use them.
Which regions are available?
Frankfurt, London, Amsterdam, New York, Toronto, San Francisco, Singapore, Sydney, and Bangalore. Choose the one closest to your broker for the lowest latency.
What happens if I let it expire?
Your dedicated server is torn down and its endpoint stops responding — but nothing else is lost. Pay again whenever you like and a fresh server is provisioned for the account.