Hello,
i got some problems with my server.
I allways get the message that my ports are in use, so i changed the ports in the ts3server.ini
Code:
machine_id=
default_voice_port=9000
voice_ip=85.214.xx.xx
licensepath=licensekey.dat
filetransfer_port=30055
filetransfer_ip=85.214.xx.xx
query_port=10055
query_ip=85.214.xx.xx
dbplugin=ts3db_sqlite3
dbpluginparameter=
dbsqlpath=sql/
dbsqlcreatepath=create_sqlite/
logpath=logs
logquerycommands=1
then:
Code:
./ts3server_minimal_runscript.sh inifile=ts3server.ini
TeamSpeak Server 3.0.0-beta18 [Build: 10190]
(c)TeamSpeak Systems GmbH
Logging started
2010-03-07 21:35:30.646816|INFO |ServerLibPriv | | Server Version: 3.0.0-beta18 [Build: 10190]
2010-03-07 21:35:30.647517|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, (c)TeamSpeak Systems GmbH
2010-03-07 21:35:30.647622|INFO |DatabaseQuery | | dbPlugin version: 3.6.21
2010-03-07 21:35:30.648448|INFO |DatabaseQuery | | checking database integrity (may take a while)
2010-03-07 21:35:30.673911|INFO |SQL | | pruning old database log entries where timestamp is older than 90 days
2010-03-07 21:35:30.686201|WARNING |Accounting | | Unable to find valid license key, falling back to limited functionality
2010-03-07 21:35:30.688458|ERROR |Accounting | | failed to register local accounting service
2010-03-07 21:35:30.689431|ERROR |ServerLibPriv | | Server() error while starting servermanager, error: instance check error
What now? When i'm starting the server with
Code:
./ts3server_minimal_runscript.sh
it will starts wth the default ports who are allready in use...
can one tell my how i can changed the ports or find a way to inifile...