-
Notifications
You must be signed in to change notification settings - Fork 72
Setting up the server
Ângelo Tadeucci edited this page Feb 17, 2026
·
14 revisions
-
Clone Maple2. If you already did this, go to next step :)
- You can use Github Desktop to clone the repository
- Or you can use this command
git clone --recurse-submodules https://github.com/MS2Community/Maple2
-
Install .NET 8. If you already did this, go to next step :)
-
Go to where MapleStory2 Client is installed, copy the path of the Data folder (Example:
D:\MapleStory2\Maplestory 2 Client\Data). -
Go into your Maple2 server folder, make copy of the file
.env.exampleand rename it to.envand open it with a text editor or code editor.- Update MS2_DATA_FOLDER to the path you copied in the last step
- Update DB_PASSWORD with the password you used on the third step of Installing MySQL
-
Run the project Maple2.File.Ingest, you can follow either of the following steps:
- You can open the solution in VS22 and select
Maple2.File.Ingestin the top bar and run it - Or you can go to the Maple2.File.Ingest folder and run
dotnet runin a terminal
- You can open the solution in VS22 and select
-
Wait for Maple2.File.Ingest to finish, go to the next step