Simple Server Manager

Alex04

Member
Joined
Oct 3, 2015
Messages
36
Reaction score
2
Points
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
 

Alex04

Member
Joined
Oct 3, 2015
Messages
36
Reaction score
2
Points
43

[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
 

Kieran

Tag me
Contributor
Joined
Jan 1, 2016
Messages
459
Reaction score
286
Points
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.
 

metrickz

Member
Joined
Jan 10, 2017
Messages
0
Reaction score
0
Points
33
Failed to connect to the server! Please correct your login details!
???
 
Top