Web Server
You don't need to have the web server running to be able to play, but any UGC content (Profile pictures, items, cubes) will not work.
Starting the Web Server
Visual Studio 2022 (Recommended)
-
Right-Click the MapleServer2 solution and go to properties.
-
In
Common Properties
andStartup Project
-
Select
Multiple startup projects:
and select Start forMapleServer2
andMapleWebServer
Visual Studio Code and CLI
- Open a new terminal and run
dotnet run --project MapleWebServer/MapleWebServer.csproj