File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # Natural Selection 2
2+
3+ > Start a headless Natural Selection 2 server.
4+ > More information: < https://naturalselection.fandom.com/wiki/Dedicated_Server > .
5+
6+ - Start a server with the default settings:
7+
8+ ` {{path/to/server_linux}} `
9+
10+ - Give a server a custom name that shows in the server browser:
11+
12+ ` {{path/to/server_linux}} -name '{{server_name}}' `
13+
14+ - Specify a connection port for the server:
15+
16+ ` {{path/to/server_linux}} -port {{27015}} `
17+
18+ - Specify maximum player count:
19+
20+ ` {{path/to/server_linux}} -limit {{2..24}} `
21+
22+ - Specify the initial map the server starts on:
23+
24+ ` {{path/to/server_linux}} -map {{ns2_summit}} `
25+
26+ - Limit access to the server with a password:
27+
28+ ` {{path/to/server_linux}} -password {{password}} `
29+
30+ - Start a server with webui admin interface:
31+
32+ ` {{path/to/server_linux}} -webadmin -webport {{8080}} `
You can’t perform that action at this time.
0 commit comments