Pop OS remote Desktop to Windows

Hi im very new to linux and I've been trying to get remote access to the Linux based laptop using google chrome remote desktop. So far I installed the chromium web browser on the laptop with pop os. Installed extensions and the files for chrome remote desktop but for some reason it keeps asking to install the software even though its showing as installed.

[email protected]:~$ systemctl status chrome-remote-desktop

● chrome-remote-desktop.service - LSB: Chrome Remote Desktop service Loaded: loaded [/etc/init.d/chrome-remote-desktop; generated] Active: active [exited] since Mon 2021-01-04 13:16:14 GMT; 9s ago Docs: man:systemd-sysv-generator[8] Process: 8066 ExecStart=/etc/init.d/chrome-remote-desktop start [code=exite> lines 1-5/5 [END]

is what I get in terminal. Does anyone know how to get this to work



G'day @medrin and welcome to linux.org Always a good idea to check the site setup before you post, so you stand a better chance of getting answered. In General Linux and Getting Started it is easy to just scroll off the front page and disappear into oblivion, it was only that I was spending a few minutes looking for zero replies [while dong other things] that I found you on about page 3. You might be better off in Networking. Have a look and a think, let me know and I can move you there. Signing off for my evening in Australia shortly but back tomorrow. Cheers Chris Turner

wizardfromoz

Last edited: Jan 6, 2021


THOUGHTS FOR SEPTEMBER 2021 1. COVID SUX -There's no vaccine against stupidity 2. ON AV - nothing is bulletproof, but i wear kevlar - i use linux. 3. Still Beer o'clock where I live . Come and have a sing-along at Rock Roxx

Thanks for the reply is it possible to close the thread I've jumped into a different remote service until I learn a bit more. @wizardfromoz

Thanks for the reply is it possible to close the thread I've jumped into a different remote service until I learn a bit more. @wizardfromoz

I have no experience with chrome remote desktop. I have used x2go, but currently I use xrdp. With x2go you setup x2goserver and then you can connect through the ssh to your graphical environment using x2go client which has support for both Windows and GNU/Linux, xrdp is just rdp for GNU/Linux. What remote service are you using now that you got working?

Last edited: Jan 6, 2021

"All things are difficult before they are easy" "Nothing that is worthwhile is ever easy"

/ignore Kali

Currently using nomachine to connect while I play around with some distros


THOUGHTS FOR SEPTEMBER 2021 1. COVID SUX -There's no vaccine against stupidity 2. ON AV - nothing is bulletproof, but i wear kevlar - i use linux. 3. Still Beer o'clock where I live . Come and have a sing-along at Rock Roxx

Having reliable remote access is a vital tool for a wide array of business needs- whether that be facilitating remote work options for employees, or providing more efficient customer support.

Remote desktop access has even become a daily necessity for numerous IT professionals who need control over remote devices, or the ability to troubleshoot from afar. Here we will talk about connecting remote desktop Linux to Windows machines and vice versa. Keep reading to get all possible options.

Connect To Linux From Windows

A remote connection is more commonly defined by using software that allows someone to remotely control another machine [like a remote desktop to Linux from Windows, or a remote desktop from Linux to Windows]. Remote connections also allow users to access software, applications, and files, as well as to conduct system maintenance and troubleshooting resolution.

The methods outlined below work well for all Linux systems other than Ubuntu- which already has a built-in remote desktop tool that supports both RDP and VNC.

For the initial connection, ensure this feature is set up on the physical Ubuntu machine. After following the installation steps for the built-in Ubuntu-compatible option, further installation of any additional software won’t be necessary.

Linux Remote Desktop

We are going to focus on the specifics of using Remote Desktop Protocol [RDP] on Linux-based servers, i.a., client apps you get to choose from, and some nuances of using remote access tools for Linux in cross-platform environments.

Every user of Debian-derived Linux distribution knows that setting up Kali Linux remote access and successful use of remote desktop clients like TeamViewer or AnyDesk can be tricky at times. Mind that, for starters, you’ll need to download and install all the packages required to enable remote desktop Kali capabilities and update the ones you already have to the latest versions.

After that, you can either use a script to enable XFCE and RDP or do it manually [that takes more time but gives you much more control over the process]. This will be enough to access your Kali machine from any other device connected to your local network.

Accessing a remote desktop from Linux Mint machines, especially the configuration of the protocols, may seem overly complicated, but in reality, it’s nothing to be stressed about. For one, Linux Mint has a built-in desktop sharing tool available from the Main Menu. Enable remote access to a machine, and it will be available for connections via SSH terminal for everyone who knows this machine’s IP address. If the toolset provided by a standard remote access client isn’t enough, you can install a third-party client tool, like Vinagre or others, and enjoy localized GUIs, SSH tunneling, request listening option, and many more.

Accessing a remote Linux desktop from a Windows machine sharing a network can be done with just a few simple commands, or by installing easy-to-use software like RDP, Xrdp, Xfce4, TeamViewer, Gnome, Remmina, etc.

Note: Some remote access tools even allow you to access a remote printer or scanner.

Here’re some options to access a remote Linux desktop from a local Windows machine:

  • • The “Obtain the IP Address” Method
  • • The “RDP” Method
  • • The “VNC” Method
  • • The “SSH” Method

For those using devices that function over the same network, there are multiple open-source options that help users with remote desktop from Windows to Linux access.

The IP Address Method

Before initiating a Windows to Linux remote desktop connection, users will need to obtain the host machine’s IP address before doing anything else.

To find the IP address of the Linux host, log into the Linux machine, open Terminal, and type the following:

ifconfig

This command will display the Linux machine’s IP address. Users can also locate the IP address by connecting to the network’s router, then browsing the devices by their hostname. Use this information while operating your Windows computer to establish a remote connection.

The “RDP” Method

The simplest option to enable remote connections to Linux desktops is by using the remote access tool built directly into the Windows OS: Remote Desktop Protocol [RDP].

Users must install Xrdp software on their Linux machine to use RDP. Complete installation in person, or with the SSH command. Enter the command as shown below:

sudo apt install xrdp

After that, type “rdp” into the search function, then run the Remote Desktop software on the Windows computer.

From within the Remote Desktop Connection pop-up window, type the Linux computer’s IP address, then click connect.

Note: to manage advanced parameters configuration, click “Show Options”.

The “VNC” Method

Another remote desktop option to try is VNC [Virtual Network Connection]. Access a remote device using VNC by installing the dedicated software on both computers. One of the most beloved VNC remote access tools is TightVNC, which is also open-source.

Installing TightVNC can also be done in person or by using the SSH command.

Step 1: Enter the following command:

sudo apt install tightvncserver

Step 2: Users should then run using the command:

sudo tightvncserver

Step 3: Users must then set the desired password.

Step 4: Once the above steps are complete, start the client app on Windows [which can be downloaded from the TightVNC website].

Step 5: Type the IP address and port number in the TightVNC window on the Windows OS device.

Step 6: Hit “Connect”, then enter the password that was defined in the SSH command section above.

Use SSH

Even though Secure Shell won’t permit remote desktop connections, it’s still an excellent option for remotely installing the software needed to access a Linux desktop remotely. See below to learn how to do it.

Step 1: From the Windows computer, open the Power Menu.

Step 2: Choose “Windows PowerShell”.

Step 3: Type the following command:

ssh [IP_ADDRESS]

Step 4: After accepting the certificate, enter the appropriate username and password.

The connection is now established.

The options described above are excellent for small businesses, anyone working on a smaller network, or those who don’t need frequent access to a remote device.

Using RDP Clients To Create A Linux to Windows Remote Desktop Connection

This section will help anyone interested in protocols to connect a remote desktop to Windows from Linux.

To start, we’ll begin with using the Windows app, Remote Desktop Connection.

Utilizing the Remote Desktop Protocol [RDP], the Remote Desktop Connection app is included with all Windows OS. RDC allows users to access a Windows PC, or Windows Server remotely.

This is very convenient and cost-effective because organizations can install apps onto one central server, instead of multiple computer systems. Employees can then use those programs by accessing the remote server. This centralization also ensures that maintenance and troubleshooting are much easier processes.

This technology was originally called Terminal Services [TS]. In modern times, web systems are far more commonplace- but situations remain where Windows remote applications are still required.

During those instances, Linux users can access Windows computers and servers remotely from their preferred system via RDP client.

There are numerous linux remote desktop clients, and we’ll cover three of them below:

  • • Remmina
  • • FreeRDP & rdesktop

After reading the features below, users can select the option that suits their unique needs.

Note: there are some instances where users may prefer to use a VPN for their remote access needs, but this article will solely focus on dedicated remote access software.

Enabling remote desktop on Windows

Users must first set up the machine that they wish to connect with remotely.

While operating the Windows computer that will be remotely connected to, follow the steps below:

Step 1: Login as Administrator;

Step 2: Open the Start menu;

Step 3: Click Settings;

Step 4: When the Settings window opens, open the System category > Remote Desktop;

Step 5: Now enable it;

Please note: users can’t connect with computers running Windows Home edition [like Windows 10 Home]. This screen details the information, if that is the case:

Remmina

Remmina supports numerous remote access protocols like RDP, VNC, NX, XDMCP, and SSH. Remmina’s main goal is to help system administrators and travelers that work with multiple remote desktops and/or servers. Remmina is included in the Ubuntu Linux distribution as a default remote desktop client.

FreeRDP and rdesktop

Not only was rdesktop the very first Linux RDP client, but it was also the most popular for many years. However, as of November 2019, the project is searching for a new maintainer.

Alternatively, FreeRDP was initially released in 2009 as a fork of rdesktop. This occurred when Microsoft opened the RDP specifications. As time went on, and FreeRDP grew, it became the standard RDP client on systems lacking native Microsoft clients.

Simply double-click on the computer you want remote access to from the list.

Following the Microsoft Open Specifications, FreeRDP is a free implementation of Remote Desktop Protocol. Said implementation offers the server and client applications, as well as a library that permits other applications to utilize RDP protocol. FreeRDP is both an app and a library, providing reusable features for alternative applications. Aside from rdesktop, the clients listed above utilize FreeRDP’s library.

Please note: The inclusion of rdesktop on this list was intended for informational purposes only, and unless users have a specific scenario in mind, we advise another client that is compatible with the FreeRDP library.

Video liên quan

Chủ Đề