Simple Server Manager

Alex04

Member
Oct 3, 2015
36
2
43
Yes you have a webserver... Otherwise you wouldn't be able to open it in your browser.
What does this command return?
Code:
apache2 -v && nginx -v
If it gives you an apache version, try this:
Code:
tail -f /var/log/apache2/error.log
and then try logging in again while leaving the command running. Copy the new lines from tail afterwards and send them.

Cattura21.PNG
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
[Tue Feb 27 13:34:10.258019 2018] [:error] [pid 22067] [client 0.0.0.0:21956]
PHP 7. TeamSpeak3_Helper_String->toUtf8() /var/www/html/webadmin/libraries /TeamSpeak3/Adapter/ServerQuery.php:205, referer: http://0.0.0.0.0/webadmin/index.php

Uh, no idea. Try getting the newest framework from here. https://github.com/planetteamspeak/ts3phpframework/releases (Where it says Latest release)
Delete the TeamSpeak3 directory in libraries and put the new TeamSpeak3 in.
Maybe the old one is incompatible with your php version. Wouldn't surprise me, since the version you downloaded with the script is from 2016.
 
Top