•  Home
  •  Dashboard
  •  Company
    • About Us
    • Blog
    • Careers
    • Contact Us
    • Data Centers
    • Looking Glass
    • Network
    • Reseller
  •  Hosting Services
    • Infrastructure
      • iColocation
    • Compute
      • cMetal
      • cVirtual
    • Storage
      • sObject
      • sBlock
    • Networking
      • nCDN
      • nIP Transit
      • nWavelength
    • Protection
      • pBackup
      • pDDoS
  •  Solutions
    • Ecommerce
    • Finance
    • Gaming
    • Hosting
    • Management
    • Security
    • System Integrator
  •  Support
    • Community
    • Knowledge Base
    • Open A Ticket
  •  USA & Canada: 800-933-1517
  •  International: 626-549-2801
  •  Email: sales@psychz.net
  • Services
    • new-colocation-header-img
      Infrastructure
      • iColocation
    • new-compute-header-img
      Compute
      • cMetal
      • cVirtual
    • new-storage-header-img
      Storage
      • sObject
      • sBlock
    • new-networking-header-img
      Networking
      • nCDN
      • nIP Transit
      • nWavelength
    • new-protection-header-img
      Protection
      • pBackup
      • pDDoS
  • Solutions
    • Ecommerce
    • Security
    • Gaming
    • Hosting
    • Management
    • Finance
    • System Integrator
  • Dashboard

How to setup a dedicated server for Unturned

  • Home
  • Client
  • Knowledgebase
  • Gaming
  • How to setup a dedicated server for Unturned

Table Of Content

Related Articles

  • Step by Step Guide to Setup A PalWorld Server
  • How to setup a Dedicated server for Killing Floor 2
  • How to setup a Dedicated Server for Dont Starve Together (DST)
  • How to setup a Dedicated server for Risk of Rain 2
  • How to setup a dedicated server for Factorio
  • How to setup a Dedicated Server for Space Engineers
  • How to setup a dedicated server for Avorion
  • How to setup a Dedicated Server for Terraria
  • How to setup a dedicated server for Minecraft Bedrock
  • How to setup a dedicated server for GMOD (Garry's Mod)
  • How to setup a dedicated server for Conan Exiles
  • How to setup a dedicated server for Team Fortress 2
  • How to setup a dedicated server for Counter-Strike: Global offensive
  • How to setup a dedicated server for 7 days to die
  • How to setup a dedicated server for Ark: Survival Evolved
  • How to setup a dedicated server for Minecraft
  • How to host your own RUST server
  • Views: (1544)
  • Votes: (0)
Was this article helpful?
VOTE

How to setup a dedicated server for Unturned

Publisher: Psychz Networks,  February 19,2021

Unturned is an open-world survival sandbox where you play a survivor's role in the zombie-infested ruins of modern-day society. You can choose to work with your friends, create groups or alliances to survive, find weapons and supplies for fighting against the zombies. Unturned is a popular survival game that is free to play.

The following article will learn how to set up and install an Unturned server on CentOS 8.

Note: This is a customized version of Unturned that doesn't require SteamCMD to install. It also allows you to run multiple server instances, uses less ram, and runs more efficiently.

  • Requirement
  • Installing Libraries and Packages
  • Downloading Server files
  • Extracting Files
  • Running Unturned Server
  • Download Admin Commands
  • Conclusion

Requirement

CPU: 2 Cores

RAM: 2 Gb of RAM

Storage: 15 Gb SSD (for better read/write performance)

OS: CentOS 8 with root login

Step 1: Install all the dependent libraries and packages.

Update the system:

# yum update -y

Always perform this step to install any latest updates released by the community.

Install the following packages for the Unturned server to work:

# yum install screen unzip git -y

Add i386 architecture support to be able to install the 32-bit packages from the 32-bit repos on your 64-bit CentOS 8 servers.

# yum --enablerepo=base-i386 --disablerepo=base-x86_64

# yum update

Then, install these libraries:

yum install --enablerepo=base-i386 --disablerepo=base-x86_64 lib32stdc++6 mono-runtime mono-devel libmono-cil-dev mono-reference-assemblies-2.0 libc6-dev.i386 -y

Step 2: Downloading Server Files

Download the server files:

# wget https://github.com/Unturned/server/releases/download/4.2/unturned-linux-dedicated.tar.gz

Download the Admin commands

# wget https://github.com/Horsuna/Unturned/releases/download/1/Managed.zip

Step 3: Extract the server files

# tar -zxvf unturned-linux-dedicated.tar.gz

Move files into the server folder:

# mv Managed.zip unturned-bin/Unturned_Data/

Now go to the Unturned_Data directory:

# cd unturned-bin/Unturned_Data/

Unzip the archived files:

# unzip Managed.zip

Step 4: Running Unturned Server

Let us now run your newly installed Unturned server:

cd ../
chmod +x dedicated.sh
./dedicated.sh

OUTPUT

[root@centos-8 unturned-bin]# ./dedicated.sh
Press [CTRL+C] to stop..
========================================
== Fri Feb 19 02:08:37 PST 2021
============ Starting server ===========
Set current directory to /root/unturned-bin
Found path: /root/unturned-bin/Unturned.x86
Mono path[0] = '/root/unturned-bin/Unturned_Data/Managed'
Mono path[1] = '/root/unturned-bin/Unturned_Data/Mono'
Mono config path = '/root/unturned-bin/Unturned_Data/Mono/etc'

Step 5:Installing AdminCommands

Using Admin Commands will give you great control over your server. You will need to be in the unturned-bin directory to perform this action.

Use git to get a clone of the mod files on your server.

# git clone https://github.com/Horsuna/Unturned.git
# cd Unturned

Confirm that the files got cloned properly using ls. The output should appear as follows:

# ls

Output:

AdminCommands.dll Assembly-CSharp.dll ModLoader.dll README.md

Move the ModLoader and the AdminCommands into the server's files:

# mv * ../Unturned_Data/Managed/

Make a new directory for the AdminCommands mod:

# mkdir mods

Move the AdminCommands mod into the mods directory.

# mv AdminCommands.dll mods/

Conclusion

You have successfully installed Unturned with AdminCommands on CentOS 8. I hope you find this article useful. If yes, please give us an upvote and your inputs.

Related Articles

  • Step by Step Guide to Setup A PalWorld Server
  • How to setup a Dedicated server for Killing Floor 2
  • How to setup a Dedicated Server for Dont Starve Together (DST)
  • How to setup a Dedicated server for Risk of Rain 2
  • How to setup a dedicated server for Factorio
  • How to setup a Dedicated Server for Space Engineers
  • How to setup a dedicated server for Avorion
  • How to setup a Dedicated Server for Terraria
  • How to setup a dedicated server for Minecraft Bedrock
  • How to setup a dedicated server for GMOD (Garry's Mod)
  • How to setup a dedicated server for Conan Exiles
  • How to setup a dedicated server for Team Fortress 2
  • How to setup a dedicated server for Counter-Strike: Global offensive
  • How to setup a dedicated server for 7 days to die
  • How to setup a dedicated server for Ark: Survival Evolved
  • How to setup a dedicated server for Minecraft
  • How to host your own RUST server
  • Views: (1544)
  • Votes: (0)
Was this article helpful?
VOTE
Copyright © 2025 Psychz Networks,
A Profuse Solutions Inc Company
Hosting Services
Infrastructure
  • iColocation
Compute
  • cMetal
  • cVirtual
Storage
  • sObject
  • sBlock
Networking
  • nCDN
  • nIP Transit
  • nWavelength
Protection
  • pBackup
  • pDDoS
Company
  • About Us
  • Blog
  • Careers
  • Contact Us
  • Data Centers
  • Looking Glass
  • Network
  • Reseller
Policies
  • Acceptable Usage Policy
  • Privacy Policy
  • Service Level Agreement
  • Terms and Conditions
Support
  • Community
  • Knowledge Base
  • Open A Ticket
Get In Touch
  • Psychz Networks,
    A Profuse Solutions Company
    611 Wilshire Blvd #300
    Los Angeles,California 90017
    USA
  • US/Canada: 800-933-1517
  • International: 626-549-2801