I am trying to test teamspeak (most importantly the memory used) on the webfaction server. I run it and tell it to listen on a port of a custom application but it appears as if the connect requests are not making it to the teamspeak server. Has anyone gotten this working before? asked 17 Jun '11, 14:59 archaeopteryx |
Hi, Unless you've requested the port be opened on a dedicated IP address, all ports are blocked by default. So all you need to do is get a dedicated IP address, if you don't have one, then ask support to open the requested port in the firewall for your dedicated IP address. Hope that helps! answered 17 Jun '11, 15:10 klynton But isn't this the purpose of the port number on a custom application?
(17 Jun '11, 15:23)
archaeopteryx
Hi, No. Almost all applications have a port number (Django, CherryPy, Zope, Rails, etc.) so that our frontend Nginx server can route the requests to the appropriate application. That's the point of the port number. What you want to do is bypass that Nginx frontend and have your application speak Teamspeak to the world rather than HTTP, which you can't do without us opening a hole in the firewall to allow direct connections to the port you were assigned.
(17 Jun '11, 15:32)
klynton
Ah, so then I assume I won't be able to run it on my shared hosting account? :)
(17 Jun '11, 15:35)
archaeopteryx
Hi, You can. I've installed Mumble and Teamspeak on my personal account. All you need is a dedicated IP address and an email to support asking for the port to be opened and then you'll be set. (You'll also need to configure Teamspeak to use your dedicated IP address.)
(17 Jun '11, 15:37)
klynton
I won't be getting a dedicated address any time soon, so thanks for the help anyway :D
(17 Jun '11, 15:39)
archaeopteryx
NOTE: You no longer need a dedicated IP address to run TeamSpeak at WebFaction. Just open a support ticket and request that the TeamSpeak ports be opened for you on the shared IP: ports 9987, 10011, 30033, 41144.
(10 Sep '13, 18:47)
likebike
showing 5 of 6
show 1 more comments
|
It is easy to run TeamSpeak 3 on WebFaction. It typically uses around 30MB of RAM. Step #1 First, open a support ticket and request the TeamSpeak 3 ports to be opened for you: 9987, 10011, 30033, 41144. You do NOT need a dedicated IP address for this. (You used to need one, but not anymore.) WebFaction Support will reply and tell you what IP to bind to. Step #2: Modify the first line and then copy-paste these lines into SSH to install and start TeamSpeak:
Your administrator loginname, password, and key token will be auto-generated and printed to the screen. Jot them down somewhere so you can log in to your server, which is now running on the IP from Step #1. Go ahead and connect with the TeamSpeak 3 Client, available here: http://www.teamspeak.com/?page=downloads You're Done! Easy, right? ~Christopher S, WebFaction Support answered 10 Sep '13, 19:12 likebike Sorry I know the question is old, if I need to update the server, can I just download and extract the new one over the existing one? Because you have a custom zip and I have no idea what did you put there, expecially what's the difference with the one downloaded from teamspeak website.
(17 Nov '13, 21:44)
FireDragonDoL
There's nothing special about the tar.gz file shown here - it's just a mirror of the official one:
Using So, to answer your question - yes; you can use the later version from the Teamspeak download site without issues. Hope that helps!
(17 Nov '13, 23:03)
ryans ♦♦
Thanks a lot, yes I was testing and messing with server and I noticed the zip file is the same, it perfectly works. I managed to easily install it on webfaction, really satisfact, you should add this tutorial to webfaction knowledge base!
(18 Nov '13, 11:36)
FireDragonDoL
|