ServUO is a community driven Ultima Online Server Emulator written in C#.
.NET 5.0 Runtime and SDK
Run Compile.WIN - Debug.bat
for development environments.
Run Compile.WIN - Release.bat
for production environments.
brew install mono
brew install dotnet
dotnet build
To run mono ServUO.exe
apt-get install zlib1g-dev mono-complete dotnet-sdk-5.0
dotnet build
To run mono ServUO.exe
- Starting with the
/Config
directory, find and editServer.cfg
to set up the essentials. - Go through the remaining
*.cfg
files to ensure they suit your needs. - For Windows, run
Compile.WIN - Debug.bat
to produceServUO.exe
, Linux users may runMakefile
. - Run
ServUO.exe
to make sure everything boots up, if everything went well, you should see your IP adress being listened on the port you specified. - Load up UO and login! - If you require instructions on setting up your particular client, visit the Discord and ask!