It is possible to run a remote command on your online instance using the following command:
openode exec "your command"
For example, let's say you want to list the files, you can run:
openode exec "ls -la"