Remote login to ubuntu server

Asked 2 years ago, Updated 2 years ago, 39 views

From ubuntu 16.04 Client to ubuntu 16.04 Server Remote Desktop
I have confirmed that I can operate it.

Clients can connect to the server-side vino (desktop sharing) via remina or tightvnc.However, this seems to be limited to cases where the server has already finished logging in.

In my environment, I would like to log in remotely from my client, but according to the internet information, ubuntu 16.04 unity is not supported, so I am wondering what to do.

Does anyone know how to log in remotely?Remote login from Windows 7 64bit as well
I would like to, but if you know how to do this, please do so.

By the way, I have confirmed that the server side can be powered on by wakeonlan from the client (ubuntu).

ubuntu

2022-09-30 21:18

1 Answers

I haven't tried it, but how about connecting with XDMCP?

On the server side, add the following settings to /etc/lightdm/lightdm.conf:

 [XDMCPServer]
enabled = true

Restart lightdm

systemctl restart lightdm

*The session you are logging in will expire, so please close it beforehand when the process you are working on is completed.

Connect using Remina on the client side and Xming on Windows.


2022-09-30 21:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.