How can I set up RDP between two Ubuntu desktops?

0
2
Asked By TechieDude42 On

I've been using Linux since the 90s, mostly through the command line and as a server solution. Recently, I've started transitioning my workstations from Windows to Linux, focusing on Ubuntu. I've installed Ubuntu Desktop 22 on both a desktop and a laptop. Now, I'm looking to experiment with remote desktop capabilities. Specifically, I want to access my desktop from my laptop, with the goal of seeing the standard GUI login screen as if I were physically in front of it. Is there a guide or setup process someone could recommend? I've sifted through countless Google results and would love some straightforward advice. Thanks!

4 Answers

Answered By LinuxLover88 On

You can set up remote desktop by installing an xrdp server on both machines. Once that's done, you should be able to RDP between them without any issues. It’s pretty straightforward!

TechieDude42 -

I tried that but encountered some problems. I might revisit it soon and see if I can sort it out.

Answered By VNCmaster24 On

If you want to go for a VNC solution, you could check out x0vncserver. Here’s a link for more info: [x0vncserver Documentation](https://manpages.debian.org/bookworm/tigervnc-scraping-server/x0vncserver.1.en.html.gz#DESCRIPTION).

TechieDude42 -

I’ll definitely check that out, thanks for the suggestion!

Answered By NomachineFan On

I can't recommend NoMachine enough. It's completely free and probably the fastest remote desktop option I’ve tried. It also has multiple configuration options to suit your needs.

TechieDude42 -

I remember hearing about NoMachine but had forgotten it! I’ll look into it again.

Answered By AppGuru99 On

Do you actually need a GUI login screen, or just want to run GUI apps? If it's the latter, you can use xhost to give your remote system access, SSH into the remote machine, set the DISPLAY variable to point to your local machine, and run the apps you need. Less fuss that way!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.