Line 14: |
Line 14: |
| ==Installation== | | ==Installation== |
| For installation just hit the following command | | For installation just hit the following command |
− | yum install smeserver-teamspeak-server --enablerepo=smecontribs | + | wget http://mirror.contribs.org/contribs/sgomez/contribs/teamspeak/smeserver-teamspeak-server-2.0.24.1-2.noarch.rpm |
| + | yum localinstall smeserver-teamspeak-server |
| ==Update== | | ==Update== |
| This RPM is not updatable. Please uninstall old version before installing the new one. | | This RPM is not updatable. Please uninstall old version before installing the new one. |
Line 27: |
Line 28: |
| *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! |
| + | |
| + | You can see who is connected and connect to TeamSpeak using the new built-in website at http://yourdomain.com/tsweb |
| + | |
| + | [[Image:tsweb.png]] |
| | | |
| ===Server side=== | | ===Server side=== |
Line 51: |
Line 56: |
| db configuration setprop teamspeak TCPPort 14534 | | db configuration setprop teamspeak TCPPort 14534 |
| signal-event remoteaccess-update | | signal-event remoteaccess-update |
− | *You could also want to view your server's activity on your website (php code not documented here): | + | *You could also want to view your server's activity on your website (if the web server is outside your LAN): |
| db configuration setprop teamspeak TCPPort 51234 | | db configuration setprop teamspeak TCPPort 51234 |
| signal-event remoteaccess-update | | signal-event remoteaccess-update |