Jump to content
  • 0

Server control panel


gledy

Question

8 answers to this question

Recommended Posts

  • 0

prepare an .sh files for starting and stopping servers, like:

/home/user/start1.sh

/home/user/start2.sh

/home/user/stop1.sh

/home/user/stop2.sh

then simple php script (call it start1.php):

  
<?php 
exec('/home/user/start1.sh'); 
?> 
  

do the same for the rest.

be sure to pass-protect access to you scripts (.htaccess will help you)

if you need interface with buttons etc - learn php and html a bit. its not hard.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...