As a Linux server and Windows user, I often need to run Linux GUI apps but do not wanna install a GUI on the server. So I use SSH to run GUI apps on the server and display them on my Windows machine.
Install X11 Server on Windows
Download and install VcXsrv from https://sourceforge.net/projects/vcxsrv/.
Run the XLauncher and keep the default settings.
Install X11 Client on Linux
| |
Enable X11 forwarding on the server
Edit /etc/ssh/sshd_config and modify the following line:
| |
Restart SSH service
| |
Connect to the server
| |
Run GUI apps
Run xeyes to test:
| |