Steam game server. Counter-Strike, Team Fortress, etc.
Test it now with our Port Scanner
| Port | 27015 |
|---|---|
| Service | Steam |
| Protocol | TCP |
| Encrypted | Varies |
| Common Use | Steam game server |
Online: Use our Port Scanner — enter your IP and port 27015.
Command line:
nc -zv your-server-ip 27015 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 27015 (PowerShell)
Check locally:
ss -tlnp | grep :27015 (Linux) netstat -an | findstr :27015 (Windows)