- Start Xming.
- Set "Enable X11 forwarding" in Putty configuration (Connection -> SSH -> X11).
- Login to remote Linux server with SSH via Putty.
- Start GUI application with logged user credentials.
- If you need to start GUI application with root credentials:
- run "sudo su -"
- run commands:
$ chmod a+r /home/<user_login>/.Xauthority
$ export DISPLAY=localhost:10.0
$ export XAUTHORITY=/home/<user_login>/.Xauthority