I'm looking for a solution to run remote commands for my Linux server. Unfortunately I cannot use SSH just only HTTPS (corporate firewall blocks everything different from HTTP/HTTPS on 80/443 ports).
I tried a web shell over HTTPS but it is not comfortable and doesn't suit my needs. I just need something to pass a remote command to the server (optionally check the results), queue the commands to be done sequentially, see the statuses and completion for every job (remote command).
It would be nice to have a job queue-schedule-runner server with a Web GUI.
Another solution that come to my mind is an email interfaced server (I remember something like that from ancient Internet history, but couldn't remember the name) that would run the commands from the emails.
If anybody knows something like that please name any of them.