Page 1 of 1
[Poll] Remote server administration with PHP

Posted:
Fri Jan 11, 2013 18:23
by webdesigner97
I wondered wheter it would be useful to administrate a server remotely (it will need PHP). Is the community interested in something like this?
It could have an area to install/uninstall mods, administrate players, free space on hard drive etc... It could alert you if you have less than 1 GB free space on your hard drive to avoid map destruction....
What do you think? Do you have any other ideas?


Posted:
Fri Jan 11, 2013 18:30
by Ragnar
+1

Posted:
Sat Jan 12, 2013 18:23
by rarkenin
+4294967296

Posted:
Mon Jan 14, 2013 07:47
by dannydark
+1 was planning on doing this myself at some point when I had free time, but yeah not yet had much free time....I've got to stop keep taking on more contracts as soon as one finishes haha.
Anyway, would be useful, you could have a look at McMyAdmin which is a web based Minecraft server admin for ideas etc, I did some work on that a while back with Phonic when it was starting out and its now probably the most popular web based admin panel for Minecraft.
I still use it on my dedicated Minecraft servers and can't really fault it....well some stuff annoys me about it like some of ajax being a bit shoddy but that is easily fixed and only interface stuff.

Posted:
Mon Jan 14, 2013 11:27
by rarkenin
I think that it should have a method to interface with mods that support it. Maybe some sort of API?

Posted:
Mon Jan 14, 2013 12:09
by webdesigner97
rarkenin wrote:I think that it should have a method to interface with mods that support it. Maybe some sort of API?
Hmm, i don't really understand what you want.... :/

Posted:
Mon Jan 14, 2013 13:30
by rarkenin
Give an API for mods that need to report something to the server administration interface, so there can be status messages from mods.

Posted:
Mon Jan 14, 2013 18:07
by webdesigner97
rarkenin wrote:Give an API for mods that need to report something to the server administration interface, so there can be status messages from mods.
Great idea, it just needs to write a text into a text file, which i can read with PHP. :)

Posted:
Mon Jan 14, 2013 20:20
by rarkenin
Text files are a pain to manage. Maybe pipes. sockets, or something of that sort?

Posted:
Mon Jan 14, 2013 20:58
by Menche
webdesigner97 wrote:Great idea, it just needs to write a text into a text file, which i can read with PHP. :)
Perhaps this could support my external commands mod. It reads from a text file, and I plan on having it write messages to another file.

Posted:
Tue Jan 15, 2013 01:22
by Likwid H-Craft
I make forums with phpBB ^_^

Posted:
Tue Jan 15, 2013 11:29
by rarkenin
Likwid H-Craft wrote:I make forums with phpBB ^_^
That's not really related, we're discussing server
administration in PHP.

Posted:
Tue Jan 15, 2013 16:36
by webdesigner97
Menche wrote:webdesigner97 wrote:Great idea, it just needs to write a text into a text file, which i can read with PHP. :)
Perhaps this could support my external commands mod. It reads from a text file, and I plan on having it write messages to another file.
I'll check it out :)

Posted:
Tue Jan 15, 2013 16:56
by kaeza
webdesigner97 wrote:Menche wrote:webdesigner97 wrote:Great idea, it just needs to write a text into a text file, which i can read with PHP. :)
Perhaps this could support my external commands mod. It reads from a text file, and I plan on having it write messages to another file.
I'll check it out :)
On a related topic, you may want to try my remote admin via IRC mod.
DownloadGithub (Sources)

Posted:
Sun Mar 03, 2013 09:06
by markveidemanis
Great idea, now make it :D

Posted:
Sun Mar 03, 2013 15:10
by webdesigner97
markveidemanis wrote:Great idea, now make it :D
Well, it's in progress. I hope that I can find a way to interact with the server...

Posted:
Mon Oct 07, 2013 10:04
by fgr
Hi,
we still in project integrating administrative tasks to php with integating of contao. We had prior (still) managed the server over php. our Project is public for reading at
https://project.king-arthur.eu/projects/minetest-webinterfaceFeel free to review and make suggestion or requests.
Cheers,
fgr

Posted:
Fri Oct 11, 2013 17:50
by webdesigner97
fgr wrote:Hi,
we still in project integrating administrative tasks to php with integating of contao. We had prior (still) managed the server over php. our Project is public for reading at
https://project.king-arthur.eu/projects/minetest-webinterfaceFeel free to review and make suggestion or requests.
Cheers,
fgr
Looks cool! I cancelled this project for now. I don't have time for it...
Re: [Poll] Remote server administration with PHP

Posted:
Sat Jul 16, 2016 15:23
by KzoneDD
What is the status of this? It looks really cool. :)
Re: [Poll] Remote server administration with PHP

Posted:
Sun Jul 17, 2016 13:27
by taikedz
On the face of it sounds very cool. I note that it would need a robust login system other wise anybody could admin the server.
It might be of interest instead to see if you could integrate a minetest admin function as a module to an already existing web manager framework (say Ajenti?
http://ajenti.org/) - mt becomes available to all users of that platform and we get a nice GUI way of managing....