mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-22 06:38:27 +00:00
added iptables informations
This commit is contained in:
parent
d7da82e47b
commit
ab5efe67d8
@ -10,6 +10,8 @@ We assume you have created the `steam` user to store steamcmd and your ARK serve
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
### Increase max open files
|
||||||
|
|
||||||
Edit /etc/sysctl.conf and set:
|
Edit /etc/sysctl.conf and set:
|
||||||
```
|
```
|
||||||
fs.file-max=100000
|
fs.file-max=100000
|
||||||
@ -26,6 +28,13 @@ session required pam_limits.so
|
|||||||
|
|
||||||
After these edits, you'll need to restart your bash session or reconnect to your SSH shell to make the changes effective.
|
After these edits, you'll need to restart your bash session or reconnect to your SSH shell to make the changes effective.
|
||||||
|
|
||||||
|
### Open firewall ports
|
||||||
|
|
||||||
|
```sh
|
||||||
|
iptables -I INPUT -p udp --dport 27016 -j ACCEPT
|
||||||
|
iptables -I INPUT -p udp --dport 7778 -j ACCEPT
|
||||||
|
```
|
||||||
|
|
||||||
## Install ARK Server Tools
|
## Install ARK Server Tools
|
||||||
|
|
||||||
To install ARK Server Tools run this command:
|
To install ARK Server Tools run this command:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user