Port Forwardingο
When hosting a server on a home network port forwarding or tunneling is required in order to direct traffic to the host computer. One way to think of it is that when there are multiple devices (e.g. computers and phones) connected to the LAN, the outside internet does not know which device is the Unturned server. In this case port forwarding specifies which LAN device is the host.
Two pieces of information: the port range and local device address are required prior to port forwarding, and are described in detail below.
Port Rangeο
Each Unturned server uses two consecutive ports while running. The first is for server list queries, and the second for in-game traffic.
By default 27015 and 27016 are used. Setting a different value with the Port
command uses that value and plus one. Recommended Port
command settings are 27015 for the first server, 27017 for the second server, 27019 for the third server, so on and so forth.
Local Device Addressο
Forwarding the ports directs them to a LAN address, i.e. the computer hosting the server. To determine the local IP on Windows:
Press Windows + R to open the Run dialog.
Type
cmd
and press enter.Type
ipconfig
in the command prompt and press enter.Find the
Wireless LAN adapter Wi-Fi
orEthernet adapter Ethernet
header.Look for the
IPv4 Address
value and make note of it. This is the local address to forward the ports to. It likely looks something like192.168.0.6
.
How to Forward Portsο
Instructions vary by router, but should be doable from the web browser without any extra tools or software. This third-party website has a thorough list of routers with simple steps for each model: https://portforward.com/router.htm
In general the steps are along the lines of:
Connect to router via web browser.
Login with home admin credentials.
Find Port Forwarding menu.
Find the option to add a new rule.
Name the new rule something related to Unturned for reference.
Input 27015 as the starting port(s) and 27016 as the ending port(s).
Note
On some routers it might not be possible to input multiple ports within a single rule. In that case multiple rules can be setup; one for each of the two ports.
Enable UDP protocol.
Set destination internal IP to the local host address.
Save the new rule.
Tunnelingο
Alternatively, rather than port forwarding, it is possible to use third party service like playit.gg to tunnel connections to the server. Unturned is unaffiliated with playit.gg. Their service is free and supported by the purchase of custom domains / dedicated IPs. They submitted these instructions:
To create a tunnel for Unturned using playit.gg:
Create a custom tunnel with port type
TCP+UDP
For port count, enter
2
Leave everything else as the default and create the tunnel
Find the assigned port for your tunnel
Update your serverβs
Commands.dat
file and setPort <assigned port>
(replace<assigned port>
)Connect using your playit address (
something-random.at.ply.gg:<assigned port>
)