Hello. I am thinking this thread is supposed to go here.. if this is the wrong spot I apologise.
I just bought a server 2 days ago with Direct Admin as the control panel. I can get around in linux fairly well, I just dont know the ins and outs of the OS.
I am going to host some game servers for a community I am involved in, but I do not want to give any of them shell/ssh access to the box.
What I want to do, is from within Direct Admin have a button or link or something that they can just click on and it will exectute a .sh file located on the box within their user reach (assuming the .sh file was setup with correct permissions).
Just simple start and stop scripts for their gameservers. (I dont need help writing them I already have them working).
For example:
#!/bin/sh
./server start
echo Your 32 Slot Private Server Has Been Started
I for the life of me cannot find an area in DA for this, but thats probably because it is a cronjob - something foreign that I do not understand.
I would very much so appreciate some help in this matter. It really does mean alot to me and the people I am helping out. The game we play isnt very popular so Im the only one promising to bring some good hosting.
Where can I go to set these up for each user?
Thank you for your any help
-Jeff
I just bought a server 2 days ago with Direct Admin as the control panel. I can get around in linux fairly well, I just dont know the ins and outs of the OS.
I am going to host some game servers for a community I am involved in, but I do not want to give any of them shell/ssh access to the box.
What I want to do, is from within Direct Admin have a button or link or something that they can just click on and it will exectute a .sh file located on the box within their user reach (assuming the .sh file was setup with correct permissions).
Just simple start and stop scripts for their gameservers. (I dont need help writing them I already have them working).
For example:
#!/bin/sh
./server start
echo Your 32 Slot Private Server Has Been Started
I for the life of me cannot find an area in DA for this, but thats probably because it is a cronjob - something foreign that I do not understand.
I would very much so appreciate some help in this matter. It really does mean alot to me and the people I am helping out. The game we play isnt very popular so Im the only one promising to bring some good hosting.
Where can I go to set these up for each user?
Thank you for your any help

-Jeff