1.3 KiB
| title |
|---|
| Quick Start |
Quick Start
If you are familiar with RunUO, then follow these steps to get your ModernUO server running in less than 10 minutes:
=== "Windows"
1. Download and install the .NET 6 Runtime
1. Using git, clone the ModernUO repository to a folder.
1. Run publish.cmd
1. Navigate to the Distribution folder.
1. Run ModernUO.exe
=== "OSX"
1. Download and install the .NET 6 Runtime
1. Using git, clone the ModernUO repository to a folder.
1. Using terminal, navigate to the ModernUO folder.
1. Run ./publish.cmd
1. Using terminal, navigate to the Distribution folder.
1. Run dotnet ModernUO.dll
=== "Linux"
1. Download and install the .NET 6 Runtime
1. Using git, clone the ModernUO repository to a folder.
1. Using bash, navigate to the ModernUO folder.
1. Run ./publish.cmd
1. Using bash, navigate to the Distribution folder.
1. Run dotnet ModernUO.dll
!!! Note Follow the rest of the Get Started guide to learn how to connect, configure, and customize, your server.