[Poll] Remote server administration with PHP

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

[Poll] Remote server administration with PHP

by webdesigner97 » Fri Jan 11, 2013 18:23

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?

Image
Last edited by webdesigner97 on Fri Jan 11, 2013 18:29, edited 1 time in total.
 

Ragnar
Member
 
Posts: 850
Joined: Thu Oct 25, 2012 15:19

by Ragnar » Fri Jan 11, 2013 18:30

+1
Are you saying that I put an abnormal brain into a seven and a half foot long, fifty-four inch wide GORILLA?
 

rarkenin
Member
 
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Sat Jan 12, 2013 18:23

+4294967296
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.
 

User avatar
dannydark
Member
 
Posts: 428
Joined: Fri Aug 12, 2011 21:28

by dannydark » Mon Jan 14, 2013 07:47

+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.
 

rarkenin
Member
 
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Mon Jan 14, 2013 11:27

I think that it should have a method to interface with mods that support it. Maybe some sort of API?
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Mon Jan 14, 2013 12:09

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.... :/
 

rarkenin
Member
 
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Mon Jan 14, 2013 13:30

Give an API for mods that need to report something to the server administration interface, so there can be status messages from mods.
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Mon Jan 14, 2013 18:07

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. :)
 

rarkenin
Member
 
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Mon Jan 14, 2013 20:20

Text files are a pain to manage. Maybe pipes. sockets, or something of that sort?
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Mon Jan 14, 2013 20:58

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.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

User avatar
Likwid H-Craft
Member
 
Posts: 1113
Joined: Sun Jan 06, 2013 14:20

by Likwid H-Craft » Tue Jan 15, 2013 01:22

I make forums with phpBB ^_^
My Domain's/others:
http://likwidtest.hj.cx/ (Not Done)
 

rarkenin
Member
 
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Tue Jan 15, 2013 11:29

Likwid H-Craft wrote:I make forums with phpBB ^_^


That's not really related, we're discussing server administration in PHP.
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Tue Jan 15, 2013 16:36

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 :)
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Tue Jan 15, 2013 16:56

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.
Download
Github (Sources)
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

markveidemanis
Member
 
Posts: 211
Joined: Thu Sep 27, 2012 15:41

by markveidemanis » Sun Mar 03, 2013 09:06

Great idea, now make it :D
BitCoin: 1Eq4arvykGNa1YC2DbJpWcwGfMvtFGjAoR
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Sun Mar 03, 2013 15:10

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...
 

fgr
Member
 
Posts: 85
Joined: Mon Sep 17, 2012 08:22

by fgr » Mon Oct 07, 2013 10:04

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-webinterface

Feel free to review and make suggestion or requests.

Cheers,
fgr
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Fri Oct 11, 2013 17:50

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-webinterface

Feel 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...
 

KzoneDD
Member
 
Posts: 52
Joined: Wed Sep 17, 2014 09:29

Re: [Poll] Remote server administration with PHP

by KzoneDD » Sat Jul 16, 2016 15:23

What is the status of this? It looks really cool. :)
 

User avatar
taikedz
Member
 
Posts: 587
Joined: Sun May 15, 2016 11:11
GitHub: taikedz
IRC: DuCake
In-game: DuCake

Re: [Poll] Remote server administration with PHP

by taikedz » Sun Jul 17, 2016 13:27

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....
 


Return to Minetest-Related

Who is online

Users browsing this forum: No registered users and 9 guests

cron