-
Open a terminal:
- Press
Super
(the key with the Windows or Apple logo on it) and type "Terminal" to open the terminal emulator.
- Press
-
Update your package list:
- Run the following command to make sure your package list is up to date:
sudo apt update
- Run the following command to make sure your package list is up to date:
-
Install xrdp:
- Use the following command to install the xrdp package, which is an open-source RDP server for Linux:
sudo apt install xrdp
- Use the following command to install the xrdp package, which is an open-source RDP server for Linux:
-
Start the xrdp service:
- After the installation is complete, start the xrdp service:
sudo systemctl start xrdp
- After the installation is complete, start the xrdp service:
-
Enable xrdp to start on boot:
- To ensure that xrdp starts automatically when you boot your system, run:
sudo systemctl enable xrdp
- To ensure that xrdp starts automatically when you boot your system, run:
-
Configure your firewall (if necessary):
- If you have a firewall enabled on your Pop!_OS system, you may need to open the RDP port (default is 3389) to allow incoming RDP connections. You can use the following command to open the port with UFW, the default firewall management tool in Ubuntu:
sudo ufw allow 3389/tcp
- If you have a firewall enabled on your Pop!_OS system, you may need to open the RDP port (default is 3389) to allow incoming RDP connections. You can use the following command to open the port with UFW, the default firewall management tool in Ubuntu:
-
Connect to your Pop!_OS machine:
- You can now use an RDP client on another computer to connect to your Pop!_OS machine using its IP address or hostname. Use your Pop!_OS username and password to log in.
That's it! You should now be able to connect to your Pop!_OS machine using RDP. Please note that xrdp may not provide the exact same experience as a Windows-based RDP server, but it should allow you to access your Pop!_OS desktop remotely.