TradeStats

Guides

MT5 Server Not Found? How to Find Your Broker's Exact Server Name

Updated 13-07-2026 · 7 min read · by the TradeStats team

Every MetaTrader connection needs three things: account number, password, and the server name. The first two fail loudly when wrong. The server name fails silently— MT5 simply never dials out, shows no error, and leaves you staring at a login box. If your account is stuck on "waiting" or a tool tells you the server can't be found, this guide is for you.

Why the server name is so fragile

A MetaTrader server name is not a hostname you can guess — it's a key into a directory file (servers.dat) that ships inside each broker's own MT5 build. The name must match that directory entry exactly: spacing, capitalization, suffixes. From onboarding dozens of real broker servers, here are naming patterns we've verified live:

  • Spaces matter.Startrader's MT5 servers are "STARTRADERFinancial-Live 3" (with a space) while their MT4 servers are "STARTRADERFinancial-Live4" (without). Same broker, two conventions.
  • Emails lie.Broker welcome emails often append platform suffixes that don't exist in the directory. A real client's email said STARTRADERFinancial-Live3-MT5; the actual server was STARTRADERFinancial-Live 3. The wrong name looked identical to a dead broker for three debugging sessions.
  • The gaps are real.Vantage International runs Live 2, 4, 5, 6 and 8 — there is no Live 1, 3 or 7. Guessing a "missing" sibling name gets you silence.
  • One brand, several legal entities."Vantage" alone spans at least five companies with separate server sets (VantageInternational-*, VantageMarkets-*, …). Your account lives on exactly one of them — the entity on your terminal's title bar, which you may never have consciously chosen at signup.

The three reliable sources, in order

  1. A connected terminal's title bar. If MT5 is logged in anywhere (your phone counts), the title bar reads 12345678 - BrokerServer-Live 4 - Hedge - Broker Legal Name Ltd. Copy the middle part character-for-character.
  2. The login dialog's server dropdownin the broker's own branded MT5 install — it lists every server that actually exists for that broker.
  3. The broker's client portal, on the account details page. More reliable than the welcome email, less reliable than the terminal.

Symptoms of a wrong server name

  • MT5 login sits idle with no error and no "connecting" progress.
  • The journal tab shows no network lines at all (a wrong password at a real server DOES log lines).
  • Sync tools report timeouts or "server not found" on an account you know is active.

The rule of thumb from our farm operations: a wrong password fails loudly, a wrong server fails silently.If there's no error at all, suspect the name first.

How TradeStats sidesteps the problem

Because mistyped servers are the single biggest onboarding failure, the TradeStats connect formships a broker → server picker with the exact strings we have verified against real accounts — read live from each broker's own installer, never guessed. Pick from the list and the spacing gotchas disappear; anything unlisted still has a free-text field, and we add brokers on request (the execution scoreboardshows which ones already sync end-to-end). Once connected, you'll need your investor (read-only) password — which, unlike the server name, is something you control.

FAQ

Why does MT5 say nothing when the server name is wrong?

MT5 only dials servers it can resolve from its internal server directory. An unknown name produces no error and no network attempt — the login box just sits there. That silence is why a mistyped server is the #1 connection failure.

Where is the most reliable place to read my server name?

The title bar or login dialog of a terminal that is already connected to your account. It shows the exact string, like 'VTMarkets-Live 6' — including spacing and capitalization.

My broker's email says a different server than my terminal. Which is right?

The terminal. Broker welcome emails routinely append suffixes ('-MT5') or omit spaces. We've seen a real case where the emailed 'STARTRADERFinancial-Live3-MT5' did not exist — the actual server was 'STARTRADERFinancial-Live 3'.

Keep reading