I am looking to create a custom panel that can run a linux shell script. I know that it's possible to use CGI to accomplish this via a web page but I'd really like to be able to run these linux scripts directly from a custom panel if possible.
An alternative would be to be able to send an ssh command through a custom panel so I can have all the scripts hosted on another device (like a RPi) and run it that way but I'm not sure if that's possible.