• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Can't start server

Blade33711

Member
Joined
Aug 6, 2012
Messages
133
Solutions
1
Reaction score
5
Location
Poland
I don't know what to do. : /
Command screen don't work.
9qPDLZV.png
 
Really cannot guess what you are trying to install. It seems pretty functional you're seeing 403 - Forbidden considering that you don't want anyone from the outside installing whatever this is on your server. Maybe you need to authenticate yourself somehow?
 
Site: 145.239.95.68
System: Debian 8
I don't know what to do. I put Gesior Acc to my www/html folder and when i want to install it i got this error: 403 - Forbidden.

Second question: I installed phpmyadmin(sudo apt-get install phpmyadmin) but site 145.239.95.68/phpmyadmin has the same error.
What to do? Help me, please.
 
Solved!
But now how to install phpmyadmin? I insalled it but when i try open page i got this:
Not Found
The requested URL /phpmyadmin/ was not found on this server.
 
Try reconfigure to use Apache 2:

$ sudo dpkg-reconfigure phpmyadmin

Try purge phpmyadmin:

$ sudo apt-get purge phpmyadmin
$ sudo rm -rf /etc/phpmyadmin
$ sudo apt-get install phpmyadmin

Also(manually configure Apache2):

$ sudo ln -fvs /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
$ sudo service apache2 restart

Edit - Or try adding this
Include /etc/phpmyadmin/apache.conf

To /etc/apache2/apache2.conf
 
Back
Top