Teamspeak Install/Setup Instructions
For Ubuntu
- Install PUTTY or SSH utility (optional)
- Install VirtualBox
- Download latest server ISO from Ubuntu.
- Provision the Virtual Machine to match or exceed the recommendations for minimum system specifications
- Attach the ISO and install
- use entire disk no LVM
- install updates automatically
- standard system utilities
- OpenSSH (optional)
- GRUB on boot is fine for dedicated VM
- Add port forwarding to your NAT
- map a port for SSH
- map a UDP port for client port 9987
- Install Guest Additions
- sudo mount -t iso9660 -o ro /dev/cdrom /media/cdrom
- cd /media/cdrom
- sudo apt-get -y install gcc make
- sudo ./VBoxLinuxAdditions.run
- sudo umount /media/cdrom
- sudo /sbin/shutdown -r now
- update os
- sudo apt-get update
- clone vm so you don't need to install ubuntu again
- setup a different host name for each full clone
- setup a different port for openSSH so you can boot a few up at once
- start headless virtualbox instance
- ssh with PuTTY or another tool
- install teamspeak-server
- Download from http://www.teamspeak.com/downloads
- Click the copy link
- wget and paste into putty
wget pastedurlhere
- decompress the download
tar -xvf somedownload.bz2
- start the server
./ts3server_startscript.sh start
- save off that screen that pops up it is important
- sign in from the TeamSpeak client
- add the network key from the screen that appeared
- set the teamspeak server to startup on server ``` crontab -e @reboot /path/to/decompressedlocation/ts3server_startscript.sh start
No comments:
Post a Comment