LoginSignup
1
1

More than 5 years have passed since last update.

TeamSpeak 3 サーバ w/ Arch Linux

Last updated at Posted at 2016-04-16

前提

手順

インストール.

yaourt -S teamspeak3-server
systemctl start teamspeak3-server
systemctl enable teamspeak3-server

ポートを開けます.

ufw allow 9987/udp
ufw allow 30033/tcp
ufw allow 10011/tcp
ufw reload

初回起動時はトークンを入力する必要があるので,確認します.

systemctl status teamspeak3-server
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1