LEGENDS REBORN · CONQUER ONLINE · CLIENT 5065 · WINDOWS
Download & install
The realm is live. Download the installer, run it, register an account, and play. The client runs on your own PC and connects to the server over TCP — you do not play through the website or Remote Desktop.
What works now: account login, the encrypted handshake, character creation, entering the world, movement, chat, NPC dialogs, trade, combat, drops, equipment, gem effects, and travel — city teleport scrolls, region portals and the Conductress all move you smoothly with no interruption. Boosted rates are running for the opening period.
1. Download the installer
Download LegendsReborn-Setup-5065.exe — one file, about 312 MB. It contains the full, preconfigured 5065 client (our Server.dat is already inside) and creates Desktop and Start Menu shortcuts.
Verify the download (optional but recommended). Its SHA-256 is published at LegendsReborn-Setup-5065.sha256. In PowerShell:
Get-FileHash .\LegendsReborn-Setup-5065.exe -Algorithm SHA256
The hash it prints must match 8d34121e776b19bd76ddeb66d80927219b60a242c19318ae5047340ba656ff64.
SmartScreen. The installer is not code-signed, so Windows may show a blue “Windows protected your PC” box. Click More info, then Run anyway. If you would rather not run an unsigned .exe, use the archive instead (next section).
The client binaries are third-party legacy files (Conquer Online 5065). This build applies no loader and no hook DLL, installs no Windows service, and makes one system change only: a one-time DEP compatibility setting for Conquer.exe (see step 3). Scan the download on your own PC. If security software blocks it, stop and investigate — do not disable antivirus or add blanket exclusions.
Prefer a plain archive?
- Install 7-Zip.
- Download LegendsRebornRedux-5065.7z — the identical client, no installer (about 261 MB). Its SHA-256 is at
LegendsRebornRedux-5065.sha256 and must be
a724904413d9f62105d2c214a61f8eb69af7f46e93724bb97bde3aaef79a009b. - Extract it to a new folder such as
C:\Games\Legends Reborn. Do not overwrite another Conquer installation, then readSTART-HERE.txt.
2. Run the installer
- Double-click
LegendsReborn-Setup-5065.exe. - It extracts to
C:\Games\Legends Rebornby default — change the folder if you want, then confirm. It does not ask for administrator rights. - When it finishes you have a Legends Reborn shortcut on the Desktop and in the Start Menu.
3. First launch
- Start the game with the Legends Reborn shortcut (or
Conquer Legends.exein the install folder). - The first run shows one Windows User Account Control prompt. Click Yes. It applies a one-time compatibility (DEP) setting the 2008 client needs on Windows 10/11. Later runs never ask again. You can review it under
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Conquer.exe(MitigationOptions). - Do not run
AutoPatch.exeorConquer.exedirectly — AutoPatch would update the client past 5065 and break it.
4. Register and sign in
- Create an account on the registration page and save the recovery code it shows you.
- The website and the game share one login. Your official Conquer account, Windows login and any old server password do not work here. Use a unique password of 8–16 ASCII letters or digits — this legacy protocol is not a modern account system.
- At the server screen pick the realm named Legends Reborn, then sign in.
- A new account has no character — the creation screen appears on first login. Use a name of 1–15 letters, digits, underscore or hyphen and pick a class.
5. Check the connection
- From your PC, in PowerShell:
Test-NetConnection 155.117.47.191 -Port 9960, then-Port 5816. Both should showTcpTestSucceeded : True. Or runTest-Connection.ps1in the install folder. - Use the numeric IP. The website hostname is behind Cloudflare and will not give you raw game TCP.
6. Troubleshooting
| Symptom | What to check |
|---|---|
| “Windows protected your PC” | Expected — the installer is unsigned. Click More info → Run anyway, or verify the SHA-256 first. |
| Both TCP tests fail | A firewall (server, provider, or your network) or your current IP may be blocked. Try a different network. |
| Login works, world connection fails | Port 5816 must be reachable, and your account and game connections must come from the same public IP. |
| Account locked / wrong password | Register on the website and confirm the login works there first. New accounts activate automatically. |
| Blank login screen / “dx error” | The 5065 client needs a working Direct3D driver. It will not run on headless or GPU-less machines. Use a normal desktop or laptop. |
| Missing DLL | Note the exact DLL name and get the runtime from Microsoft, not a standalone DLL site. |
| Disconnected after repeated attempts | The server rate-limits connections per IP. Stop retrying; temporary blocks last about 10 minutes. |
How the connection works
Your PC → server TCP 9960 (account authentication) → server TCP 5816 (game world). The website uses a separate Cloudflare HTTPS tunnel. The database and internal RPC stay local to the server.