How to Host a Unturned Server

Hello Dev, if you’re interested in hosting your own Unturned server, you’ve come to the right place! Playing with friends on your own private server can be a lot of fun, and in this article, we’ll show you how to host your own server in easy steps. By the end of this article, you will have your own server up and running.

Requirements

Before starting, there are a few things you will need:

  1. A dedicated computer or a virtual private server (VPS)
  2. A copy of the Unturned server software
  3. Basic server administration knowledge

Now that you have everything ready, let’s get started.

Step 1: Downloading and installing the server software

The first thing you need to do is download the Unturned server software. You can find the latest version of the software on the official website. Once downloaded, extract the files to a folder of your choice.

Next, you need to create a batch file to start the server. Open Notepad or any text editor, and paste the following script:

Script
@echo off
start Unturned.exe -batchmode -nographics -pei -server -sv

Save the file as “start.bat” in the same folder where you extracted the server files.

Step 2: Configuring the server

Now that the server files are ready, you need to configure the server settings according to your preferences. The configuration file is located in the server folder, named “commands.dat”. Open the file with a text editor and make the necessary changes.

Here are some of the settings that you might want to tweak:

Setting
Description
Difficulty
This setting determines the difficulty level of the game. There are three options available: Easy, Normal, and Hard.
Max Players
The maximum number of players that can join the server at the same time.
Server Name
The name of your server that is displayed on the server browser list.
BattlEye
Enable or disable BattlEye anti-cheat protection.
Password
Set a password for your server to restrict access.

Once you’re done with the changes, save the file.

Step 3: Port forwarding

To allow players to connect to your server, you need to forward the necessary ports on your router. The default port for Unturned is 25444. Open your router’s web interface and locate the port forwarding section. Create a new rule with the following settings:

Setting
Description
Protocol
UDP
Incoming Port
25444
Private IP Address
The IP address of the computer or VPS running the server
Private Port
25444

Save the changes and exit the router’s web interface.

Step 4: Starting the server

Now that everything is set up, it’s time to start the server. Double-click the “start.bat” file to launch the server console. The server will take a few seconds to initialize and then start running. You can minimize the console window and let it run in the background.

READ ALSO  Windows Server 2016 Host File Location - The Ultimate Guide

FAQs

Q: How do I join my own server?

A: Launch Unturned and click on “Play”. Choose “LAN” from the server list and your server should be listed there. Click on it to join.

Q: How can I add mods to my server?

A: Download the mods you want to add and place them in the “Modules” folder in the server directory. Add the mod names to the “Modules” line in the “commands.dat” file.

Q: How can I make my server public?

A: If you want to make your server visible to the public, you can do so by hosting it on a VPS or by using a service like GameServers.com. You can also submit your server to the community server list on the Unturned website.

Q: How can I back up my server?

A: To back up your server, simply copy the server directory to a safe location. You can also use backup software like Backup and Sync to automate the process.

Q: How do I update my server?

A: To update your server, simply download the latest version of the server software and replace the old files with the new ones.

With these simple steps, you can host your own Unturned server and enjoy playing with friends. Now that you have your own server up and running, you can customize it further, add mods, and invite more players. Good luck and have fun!