Line 5: |
Line 5: |
| [[User:Cool34000|Sylvain Gomez]]<br/> | | [[User:Cool34000|Sylvain Gomez]]<br/> |
| mailto:sylvaingomez@free.fr | | mailto:sylvaingomez@free.fr |
− |
| |
| | | |
| ==Description== | | ==Description== |
Line 31: |
Line 30: |
| | | |
| ==Use== | | ==Use== |
| + | ===Client side=== |
| *Download and install latest TeamSpeak client (TS is available on all platforms) | | *Download and install latest TeamSpeak client (TS is available on all platforms) |
| *Connect to your server with the client and enjoy! | | *Connect to your server with the client and enjoy! |
− | *The webpage for administrating TeamSpeak Server is at http://your-sme-server-name:14534 (LAN only!) | + | |
| + | ===Server side=== |
| + | {{Note box|In server-only mode, you will have to forward UDP port 8767 from your router to your SME!}} |
| + | ====Administration==== |
| + | *The webpage for administrating TeamSpeak Server is at http://your-sme-server-name:14534 (LAN only by default!) |
| You will need admin and superadmin passwords which can be retrieved by typing this command at a linux-prompt | | You will need admin and superadmin passwords which can be retrieved by typing this command at a linux-prompt |
| service teamspeak passwords | | service teamspeak passwords |
− | Notice: in server-only mode, you will have to forward UDP port 8767 from your router to your SME!
| |
| | | |
− | ==Commandline== | + | ====Custom banner==== |
− | TeamSpeak service accepts following commands: | + | If you want a custom banner, edit '''''/opt/teamspeak/server.ini''''' and add following lines at the end of the file: |
| + | [ISP] |
| + | GFX URL=http://link_to_image/banner.jpg |
| + | Banner logo MUST BE JPG (150x80 pixels max) |
| + | |
| + | ====Commandline==== |
| + | TeamSpeak's service accepts following commands: |
| service teamspeak {start|stop|restart|status|passwords} | | service teamspeak {start|stop|restart|status|passwords} |
| To view the full configuration of TeamSpeak service: | | To view the full configuration of TeamSpeak service: |
| config show teamspeak | | config show teamspeak |
| | | |
| + | ====Optionnal Firewall settings==== |
| + | *You could want the web interface to be globaly accessible: |
| + | db configuration setprop teamspeak TCPPort 14534 |
| + | signal-event remoteaccess-update |
| + | *You could also want to view your server's activity on your website (php code not documented here): |
| + | db configuration setprop teamspeak TCPPort 51234 |
| + | signal-event remoteaccess-update |
| + | You can even use both: |
| + | db configuration setprop teamspeak TCPPort 14534,51234 |
| + | signal-event remoteaccess-update |
| + | {{Note box|In server-only mode, you need to forward these ports from your router to your SME!}} |
| | | |
| + | To remove firewall optionnal settings, issue following commands: |
| + | db configuration delprop teamspeak TCPPort |
| + | signal-event remoteaccess-update |
| | | |
| ==Additional information== | | ==Additional information== |