1 minute to read
Created by
Calytic

Updated by
Wulf
Installation (pre-release)
Install uMod pre-release versions
This guide is for uMod, not Oxide.
Prerequisites
- Latest .NET 6.0 SDK
Installing uMod Agent
Windows via PowerShell script
One-liner install method:
&powershell -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://umod.io/umod-develop.ps1')))"
Linux via Bash script
One-liner install method:
curl -sSL https://umod.io/umod-develop.sh | bash /dev/stdin
Use the new dotnet
and umod
commands immediately by reading the bash profile:
. ~/.profile
Installing games with uMod Agent
After you've installed the uMod Agent, just follow one of our game guides to get the desired game server and uMod installed. If you have any issues or errors, please let us know on our forums or on our Discord #umod-testing channel. Enjoy!