How to run

Download .NET 5

First download and install .NET 5 (.NET Runtime or SDK) for the platform you are using.

https://dotnet.microsoft.com/download/dotnet/5.0

Clone Repository

Once you have .NET 5 installed, clone the OpenCoreMMO repository to your machine

bash
git clone https://github.com/caioavidal/OpenCoreMMO.git

Run the server

bash
cd src
dotnet run -p "NeoServer.Server.Standalone"

OCM Server starts with a 1/1 account with some players loaded.

Last updated