If you're talking about a WebAPI for console commands: Not yet.
But you have it in the pipeline? That is great news, if it can return data also, it will mean I never have to faf around with PHP telent wrappers again!
Hell NO

Wouldn't want to get that kind of PITA in to the game
Haha, point taken
If you're talking about the game's original control panel: Yeah, it's not very fault tolerant. Based on a OTP for the next request received on each prior request. As long as you keep a strict order of issuing things this should work (at least one server manager used to support this interface) though.
I've managed to get a PHP telent wrapper to issue commands for now, I look forward to when I can bin it and use the web API
If you can't connect to remote ports with PHP (open a simple outgoing TCP socket) you'll either have to wait until I add the command API or code something yourself

But it should be possible to open connections at least to some ports, did you try changing the "Telnet" port on your game server to something like 80?
I was very surprised when my webhost opened a few outbound ports to my server address without any fuss! This means I can issue commands from my webhost, but I seem unable to return any data from the connection. It works fine on my home dev machine, but as soon as I upload it, the commands are issued but there is no return. I haven't gone deep into it yet, but out of interest, it seems that Telnet uses random ports to send data back to the client. Is that right, and if so, is it possible to specify outgoing ports?
Once I realised that the highping kicker mod (Server Tools) did not make the server fall under the modified category, I installed that and shelved the once a minute cron spamming the telnet console for a player list for the pings. I'm using the same system with your webapi however to get the IP address for some GEO filtering, but a once a minute spam to a web address falls over far less than the same with a telnet connection. PHP has it's own geoplugin (

) that makes the job really easy, but then the Telnet requirement raises it's ugly head and mocks me: commands via WebAPI will be a real boon, can I be cheeky and ask if you have a rough estimation of the time of release for this functionality?
Mr Alloc, the server map and the server fixes are an indispensable tool to me now, kudos for all the time and effort you put in, I hope those Pimps are paying you!
Keep surviving!
Zig.