fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


steam:game-server:ports

steam game server ports

source dedicated server

The ports SRCDS officially requires are:

27015 TCP/UDP (game transmission, pings and RCON)  Can be changed using -port on startup
27020 UDP     (SourceTV transmission)              Can be changed using +tv_port on startup
27005 UDP     (Client Port)                        Can be changed using -clientport on startup
26900 UDP     (Steam Port, outgoing)               Can be changed using -sport on startup

SRCDS has also been spotted opening connections on 27005 and 51840 UDP, but these may be outbound only.

https://developer.valvesoftware.com/wiki/Source_Dedicated_Server

sudo ufw allow 27015/tcp
sudo ufw allow 27015/udp
sudo ufw allow 27020/udp
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
steam/game-server/ports.txt · Last modified: 2024/02/17 19:03 by 127.0.0.1