I cant install ts3 server

zhaiks

Active Member
Sep 17, 2016
42
1
80
I have a problem when i try to install the ts3 server 3.4.0, when i follow this steps:

1: Create a file called ".ts3server_license_accepted" in the current working directory. The
contents of this file are irrelevant and can be empty. For example on linux do:
touch .ts3server_license_accepted
2: Start the ts3server with the commandline parameter "license_accepted" set to 1. For example:
ts3server license_accepted=1
3: Set the OS environment variable TS3SERVER_LICENSE to "accept". For example on Windows:
set TS3SERVER_LICENSE=accept

root@4Livehost:/home/TS3Server# ls
CHANGELOG libts3_ssh.so sql tsdns
doc LICENSE ts3server
libts3db_mariadb.so redist ts3server_minimal_runscript.sh
libts3db_sqlite3.so serverquerydocs ts3server_startscript.sh
root@4Livehost:/home/TS3Server# ./ts3server license_accepted=1
-bash: ./ts3server: No such file or directory
root@4Livehost:/home/TS3Server# ts3server license_accepted=1
-bash: ts3server: command not found
root@4Livehost:/home/TS3Server# ./ts3server license_accepted=1 start
-bash: ./ts3server: No such file or directory
root@4Livehost:/home/TS3Server#

---- Automatically Merged Double Post ----

Linux 4Livehost 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux
 
Last edited:

hamza32231

Active Member
Jan 13, 2016
16
0
75
  1. Type : [ Touch .ts3server_license_accepted ]
  2. Then [ ./ts3server_startscript.sh start ]
  3. Or [ ./ts3server_startscript.sh license_accepted=1 start ]
 
Top