I believe using MobaXterm and setting the display variable up correctly will allow you to launch it remotely and still get the GUI on your own PC (assuming you are using Windows or something like that).
I also think if you wish to start it remotely without the GUI you can simply set the DISPLAY EV to local host and run it from putty.
Try doing:
export DISPLAY=127.0.0.1:0.0
In your terminal then running the OSBot client with the no display CLI option. (Needless to say you will also need to give it the parameters to login and start the script)
For full CLI params look here:
https://osbot.org/forum/topic/118831-cli-commands-table/
EDIT:
keep in mind this is only a theory, I haven't tested it and even though it might work it is also pretty hacky