Simple Server Manager

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Editing :)

d2e97558fc364cd3a4a440b7d2156855.png

It's really bad though that you removed the credits from the top right of the page!
Someone spends his free time to create stuff, and then people like you destroy it!
 

Augusto22xb

Member
Joined
Sep 26, 2015
Messages
33
Reaction score
2
Points
40
Hello, someone could help me?
Configured correctly on the install page. But on the index page can not log in.
I put the User and password but will not.
 

FarisDev

L oryh brx
Contributor
Joined
Jun 9, 2016
Messages
277
Reaction score
111
Points
107
@Nicer Anyway I test it, I got many problems's But when I type:chmod -R 777 /var/www
Everything is good.
I do not use this panel. But I test it because I have my own panel :D
It's good panel & Keep going with your skills on php :D
 

riksha

Member
Joined
Sep 13, 2015
Messages
11
Reaction score
2
Points
38
I can't login. I am typing correct data.

1517393572039.png
 

DewolFF

Member
Joined
Nov 3, 2016
Messages
15
Reaction score
1
Points
38
design is better but so good
 
Last edited:

Alex04

Member
Joined
Oct 3, 2015
Messages
36
Reaction score
2
Points
43
Help pls
I am typing correct data.
 

Attachments

  • Help.PNG
    Help.PNG
    149.2 KB · Views: 16

DewolFF

Member
Joined
Nov 3, 2016
Messages
15
Reaction score
1
Points
38
Help pls
I am typing correct data.
You need to use the password and login that you specified during installation. This data is not from the server admin.
login and password is stored in the config.php file
 

Alex04

Member
Joined
Oct 3, 2015
Messages
36
Reaction score
2
Points
43
You need to use the password and login that you specified during installation. This data is not from the server admin.
login and password is stored in the config.php file

Don't Work.....config.php is clear
 

DewolFF

Member
Joined
Nov 3, 2016
Messages
15
Reaction score
1
Points
38
Delete the install file and add this line to the config file
Code:
<?php     $user = 'admin';$pass =     'lol123'; $logindetails = 'serverquery://serveradmin:{pass}@{IP}:10011/'; ?>
when {pass} - password query
{ip} - ip ts3 server
in the web panel enter your username "admin" and password "lol123"
 

Alex04

Member
Joined
Oct 3, 2015
Messages
36
Reaction score
2
Points
43
It should be
Code:
serverquery://serveradmin:[email protected]:10011/
without the {}
Did you have it with or without the brackets when the password and ip was in it?
Cattura2.PNGwith brackets
I had this way : <?php $user = 'admin';$pass = 'lol123'; $logindetails = 'serverquery://serveradmin:{pass}@{IP}:10011/'; ?>
 

Kieran

Tag me
Contributor
Joined
Jan 1, 2016
Messages
459
Reaction score
286
Points
122
I do not have a webserver but I have a vps
OS : Ubuntu 16.04 LTS
SDD :20 GB
RAM : 2048 MB
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.
 
Top