Examples (7)
Start a server with the default settings
path/to/server_linuxGive a server a custom name that shows in the server browser
path/to/server_linux -name 'server_name'Specify a connection port for the server
path/to/server_linux -port 27015Specify maximum player count
path/to/server_linux -limit 2..24Specify the initial map the server starts on
path/to/server_linux -map ns2_summitLimit access to the server with a password
path/to/server_linux -password passwordStart a server with webui admin interface
path/to/server_linux -webadmin -webport 8080made by @shridhargupta | data from tldr-pages