Results 1 to 3 of 3
-
06-01-2007, 23:13 #1
-= TeamSpeak User =-
- Join Date
- Jan 2007
- Location
- Deep Beneath The Surface
- Posts
- 2
TeamSpeak server on FreeBSD - Getting it done quick
I've been looking for posts about installing TSS on FreeBSD, and I couldn't see anyone describing the way I normally do it. So, I thought I'd describe my procedure for a clean TeamSpeak on FreeBSD install.
This quick guide presumes your FreeBSD box is only going to be used as a TeamSpeak server. If it's also going to be a gateway/NAT/firewall/etc., then you probably want to spend some time locking it down before, and after, installing TS.- Install the latest FreeBSD stable release from a bootable CD.
- Login and install the cvsup package,
- pkg_add -r cvsup-without-gui (compiling cvsup builds Modula-3, which takes a LONG time, so I use the package)
- Launch cvsup to update your ports,
- cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile
- Install the amazing "portupgrade" utilities,
- cd /usr/ports/sysutils/portupgrade
- make install clean
- Update the ports/packages database so all ports are fresh and indexed,
- pkgdb -F
- Install TeamSpeak using the portupgrade utils. "portinstall" will download and compile TeamSpeak, as well as any dependencies...
- portinstall teamspeak_server
- ... grab yourself a brew/snack/movie, while that builds...
- Edit rc.conf to launch TSS at startup,
- vi /etc/rc.conf
- teamspeak_enable="YES" <- ( Add that line in rc.conf )
- Reboot,
- shutdown -r now
- During startup, you should see TeamSpeak server startup if all has gone well... Yay!
- Login and check the TS log file to get your passwords. The log is in the same place as the binary, which normally puts it at...
- cat /usr/local/lib/teamspeak_server/server.log
- Jump on another computer and connect to the web admin interface! That's it!
- http://10.10.10.11:14534
Since that was all so easy, you probably want to jump in and build an optimised kernel for your new system! Go!
Kord
-
06-01-2007, 23:19 #2
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2006
- Location
- UK
- Posts
- 1,029
-
07-08-2008, 22:47 #3
-= TeamSpeak User =-
- Join Date
- Aug 2008
- Location
- pittsburgh
- Posts
- 3
This looks great, I will try this when I set up my server later on tonight. I will be using FreeBSD 6.2 set up with the features on this web page http://www.openaddict.com/node/33. I figure installing the server and editing the rc.conf file should be enough. I'll post more if I have problems.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
»»» FAQ - TS 2.x Server
By Michael in forum [TeamSpeak 2] Server SupportReplies: 158Last Post: 29-12-2009, 23:20 -
The novel lol
By Plebby in forum [TeamSpeak 2] Client SupportReplies: 0Last Post: 02-01-2006, 12:24 -
I cant clik administration after TS restart
By Schirmer in forum [TeamSpeak 2] Server SupportReplies: 9Last Post: 13-06-2003, 04:20 -
TeamSpeak Server won't report Statistics to your Webserver/PHP Script
By T. Boonstra in forum [TeamSpeak Classic] General QuestionsReplies: 0Last Post: 21-06-2002, 21:00


Reply With Quote
