• Domains
  • Web Hosting
  • WordPress Hosting
  • Reseller Hosting
  • Cloud VPS
  • Dedicated Servers
  • Domains
  • Web Hosting
  • WordPress Hosting
  • Reseller Hosting
  • Cloud VPS
  • Dedicated Servers
home/Knowledge Base/Dedicated Servers/Server Apps/How to Install Unturned 2.2.5 on Debian 9
Popular Search:Dedicated Server, CentOS, Web Hosting

How to Install Unturned 2.2.5 on Debian 9

35 views 0 November 26, 2019 Updated on December 5, 2019 aklwebhost

This article is a port of “How To Install Unturned on Linux” for Debian 9.

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

Installation

Update the system:

apt-get update -y

Install the following packages for the Unturned server to work:

apt-get install screen unzip git -y

Add i386 architecture support:

dpkg --add-architecture i386
apt-get update

Then, install these libraries:

apt-get install lib32stdc++6 mono-runtime mono-devel libmono-cil-dev mono-reference-assemblies-2.0 libc6-dev-i386 -y

Downloading Server Files

Download the server files:

wget https://github.com/Unturned/server/releases/download/4.2/unturned-linux-dedicated.tar.gz
wget https://github.com/Horsuna/Unturned/releases/download/1/Managed.zip

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/

Now unzip the archived files:

unzip Managed.zip

Run your newly installed unturned 2.2.5 server:

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

Installing AdminCommands

AdminCommands is a great way to have some control over your server as it does not have a console.

You will need to be in the unturned-bin directory for this part.

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
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/

You have successfully installed Unturned 2.2.5 with AdminCommands on Debian 9.

Tags:How to Install Unturned 2.2.5 on Debian 9

Was this helpful?

Yes  No
Related Articles
  • Setup Spigot Server on Arch Linux
  • How To Install OSSEC HIDS on a CentOS 7 Server
  • Initial Setup of a CentOS 7 Server
  • Using StrongSwan for IPSec VPN on CentOS 7
  • Hot Backups with Percona XtraBackup on the One-Click WordPress App
  • Installing Rust on Ubuntu 14.04
Leave A Comment Cancel reply

Server Apps
  • How to Install Unturned 2.2.5 on Debian 9
  • Hot Backups with Percona XtraBackup on the One-Click WordPress App
  • Setup Spigot on Ubuntu
  • Install Piwigo on the One-Click LEMP Application
  • Setup Fail2ban Ubuntu x64
  • Installing InfluxDB on Ubuntu 14
View All 34  
Popular Articles
  • Using StrongSwan for IPSec VPN on CentOS 7
  • Disabling SSDP (Linux / Windows)
  • Can I pay by Western Union?
  • Can a Coupon Code Discount Be Carried Forward While I Upgrade My VPS Account
  • Can I pay multiple due invoices using a single transaction?
KB Categories
  • Billing
  • Cloud Hosting
  • CMS Hosting
  • cPanel/WHM Control Panel Guide
  • Dedicated Servers
    • AMD Opteron 6272
    • Arch
    • Backup Storage
    • Bandwidth
    • Basic Security
    • BSD
    • CentOS
    • Containers
    • CoreOS
    • DDoS Protection
    • Debian
    • Dedicated Server Control Panel
    • Intel Core i5 3550
    • Intel Core i5 4570
    • Intel Core i7 3770
    • Intel Core i7 4770
    • Intel Xeon E3 1230 V3
    • Intel Xeon E3 1245 V2
    • IP Space
    • Linux Guides
    • Minecraft
    • Networking
    • Server Apps
    • Server Troubleshooting
    • Ubuntu
    • Windows Guides
    • Windows Server 2008
    • Windows Server 2012
  • Domain Names
  • Email Support Documentation
    • Setup IMAP or POP
    • User Features – How To
    • Webmail – How To
  • FTP (File Transfer Protocol
    • CuteFTP Guide
    • FileZilla Guide
  • Game Servers
  • MySQL and MariaDB
  • Node.js
  • Plesk Web Hosting Guide
  • VPS Server
  • Web Servers

  How to Install Unturned 2.2.5 on Debian 8

How to Set Up Unattended Upgrades on Debian 6/7  

  • Privacy Policy
  • Terms of Use
  • © 2022 AKLWEB HOST LLC, All Rights Reserved.

Popular Search:Dedicated Server, CentOS, Web Hosting