Skip to content

Commit d132506

Browse files
authored
natural-selection-2: add page (#19766)
1 parent be3c93d commit d132506

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

pages/linux/natural-selection-2.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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}}`

0 commit comments

Comments
 (0)