How Do I Run GUI Programs On Ubuntu Server From SSH

Associate
Joined
24 Mar 2018
Posts
2,472
Location
Brighton
I came across a problem with needing to run a program via ssh, in most cases I would just run as a daemon but openspeedtest-server is GUI based. I did try just running the program via startup (Ubuntu Desktop) but noticed It doesn't start till I login to the machine, how do I get around this problem.
 
hmmmm.
ssh bob "DISPLAY=:0 nohup openspeedtest-server"

so that only works when physically logged in to the machine
Error: The futex facility returned an unexpected error code.
 
Last edited:
Back
Top Bottom