Starting X Client on Another System

How to Start an X Client on another display?

To start an X client on another system that has a running X server, use the following commands:

Use xhost on the server system to allow the client system use the display. If the server's IP address is 192.168.20.1, enter the command:

$ xhost + 192.168.20.1

On the client system, open a telnet connection to the server system.

In the telnet session, start xterm in the background with the -display and -e options. For example, if the IP address of the machine running the server is
192.168.20.1 and the client program name is named clientapp, use the following command:

$ xterm -display 192.168.20.1 -e clientapp &

See Also

Linux Books
Linux Certification, System Administration, Programming, Networking Books

Linux Home: Linux System Administration Hints and Tips

(c) www.gotothings.com All material on this site is Copyright.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
All product names are trademarks of their respective companies.
The site www.gotothings.com is in no way affiliated with or endorsed by any company listed at this site.
Any unauthorised copying or mirroring is prohibited.