Skip to main content
Version: 0.3.1

Quick Start

Get a WukongMP server running in under 5 minutes.

Before you start

The server needs the .NET 10 runtime installed on the machine. It starts CoreCLR at launch to run server-side mods, so without the runtime it exits immediately with Cannot locate a .NET installation containing host/fxr. The dotnet-runtime-10.0 package is enough, you do not need the SDK.

Skip this if you are using Docker, the image already includes it. See Requirements for per-platform details.

1. Download the server

2. Extract and configure

Extract the .zip to a folder of your choice. There is no installer to run.

To change the port (default: 9050), open config.json and edit Server:Port.

The package already includes the SDK and both game modes, with co-op enabled by default. To play PvP instead, move WukongMp.PvP from optional_mods/ into mods/, then delete WukongMp.Coop from mods/ and the two WukongMp.Coop.* files from server_mods/. Both modes are open source too, if you would rather build them yourself: co-op mod, PvP mod.

3. Start the server

Double-click server.exe, or run it from a terminal:

.\server.exe

4. Open the admin panel

Once the server is running, open your browser and go to:

http://localhost:9050

From here you can manage players, configure mods, and monitor your server in real time.


🎉 You're live! Share your IP and port :9050 with players — they'll need the ReadyM Launcher installed to connect.


Next steps

Full Installation GuideAdvanced configuration and options
Admin PanelManage users, bans, and server settings
Mod ManagementInstall and configure mods
Server ListRegister your server publicly