Unraid Dedicated Server Hosting for Team Fortress 2
Last updated
Last updated
Please read our disclaimer https://docs.ibracorp.io/#disclaimer.
Here are the minimum requirements for 24 players.
An HDD, SSD, or NVMe cache or dedicated drive with at least 10 GBs of free space
4+ CPU Cores (2.0GHz+)
6GB of RAM
TeamFortress2 / ich777's Repository / GameServers
Head over to https://steamcommunity.com/dev/managegameservers, login to your Steam account a create a token for your server like this:
Download and Install ich777’s TeamFortress2 container.
Copy the token that you've created and append it like "+sv_setsteamaccount YOURTOKEN" to the GAME_PARAMS in the template:
Make sure in the guide to use real folder paths instead of unraid fuse (/mnt/user/...)
Done, click "Apply" and let the container install. Wait several minutes before configuring the server, keep an eye on the logs, the download can take very long depending on your download speed.
Now that you have waited several minutes for the game to download you should be able to see it on your local network by going to the Steam Server Browser (View -> Servers -> LAN):
Now that you have completed everything above, you will now need to forward the ports so friends can join.
27015 UDP - GamePort
27015 TCP - RCON (optional)
This step varies depending on your individual router. You need to forward the above ports to the IP of your Unraid server.
WARNING
Always stop the container before editing!
The game files are located in: /mnt/user/appdata/tf2
The maps are located in: /mnt/user/appdata/tf2/tf/maps
The resources are located in: /mnt/user/appdata/tf2/tf/resources
The configuration files are located in: /mnt/user/appdata/tf2/tf/cfg
server.cfg - This is a preconfigured server.cfg that is meant to go into /mnt/user/appdata/tf2/tf/cfg/
(restart the server after putting it in the appropriate directory)
In this example we are going to add ctf_convoy_v2 from here to our server:
Download and extract the *.bsp (actual map), *.nav (file for Bots) and *.jpg files from the archive. - If the *.nav or *.jpg files are missing in the archive, don't worry the real important file is the *.bsp file - It also may be possible that a resources folder is included in the archive, if so simply extract the resources to the resources folder from your game
Go to your maps folder and place the extracted files there
Start the container
Download SourceMod from here (click on Linux)
Extract the contents from the downloaded archive directly into /mnt/user/appdata/tf2/tf
Download MetaMod from here (click on Linux)
Extract the contents from the downloaded archive directly into /mnt/user/appdata/tf2/tf
Got to this site here, select "Team Fortress 2" from the drop-down and click on "Generate metamod.vdf"
Navigate to the folder /mnt/user/appdata/ft2/tf/addons and replace the metamod.vdf file with the one that you've downloaded
To ensure that SourceMod and MetaMod are working you can RCON into it and issue the command "meta version" and "sm version"- this should give various information about SourceMod and MetaMod.
Remove "+sv_setsteamaccount YOURTOKEN" that you've appended to the GAME_PARAMS in Step 3 (don't forget to delete the token that you've created in Step 2 too).
Set "sv_lan 0" to "sv_lan 1" in the server.cfg file
If you want to rename your server name see the preconfigured server.cfg or create a server.cfg file with the entry: hostname "YOURSERVERNAME" Replace YOURSERVERNAME with your preferred server name (keep in mind this value should be in double-quotes).
By default the server has no password, if you want to create a password see the preconfigured server.cfg or create a server.cfg file with the entry:
Replace YOURPASSWORD with your preferred password (keep in mind this value should be in double-quotes).
By default the server has no RCON password this means that RCON is disabled by default. If you want to create an RCON password see the preconfigured server.cfg or create a server.cfg file with the entry:
Replace YOURRCONPASSWORD with your preferred RCON password (keep in mind this value should be in double-quotes).
You have two ways of accessing RCON:
Through the game enabling the developer console
Through the plugin RCON from ich777 in the CA App
ATTENTION
The RCON protocol transmits everything un-encrypted (including your password!). Therefore we would recommend not enabling RCON over the internet.
Rather, we would recommend using a VPN or SSH if you want to connect to a foreign server over the internet. If you only want to connect to RCON in your LAN it should be safe to use.
Make sure all the ports are forwarded correctly with the appropriate protocol.
Don't translate Steam ports from for example 27015 to 27016 in the template, this won't work in most cases and for most game servers, to change the port do the following:
Open up the Docker template and delete the port forwarding for UDP - GamePort
Click on "Show more settings ..."
Change the value at GAME_PORT to the new port that you want to use (in this example we are using 27016)
Delete the default UDP Port with the value 27015
Create a new port mapping with the Host and Container port 27016 and also make sure to select UDP and click on "Add" like:
Click on "Apply" to apply the new settings Here is an overview of what you have to do in the template:
To ich777, the original creator of this guide and the related game server containers.
You can support ich777 right here:
We hope you enjoyed this guide. It was copied and edited by our Admin Sycotix.
Our work sometimes takes months to research and develop. If you want to help support us please consider:
Liking and Subscribing to our Youtube channel
Joining our Discord server
Becoming a paid member on our IBRACORP website
Donating via Paypal
Please support the developers and creators involved in this work to help show them some love.
Writer / Producer
ich777
Contributor
Sycotix, Hawks, DiscDuck
Testing / Proofreading
Sycotix, Hawks, DiscDuck
Testing / Proofreading
Sycotix, Hawks, DiscDuck