I have enabled root
login on Ubuntu 18.10 with gnome desktop, works fine. I also have installed xrdp
, and it works fine for normal users but not root
. I am facing 3 issues:
- I want to enable remote login for
root
. When I try to login, I get this message below
- For users other than
root
, in xrdp session, I don't see complete gnome desktop as shown in the screenshot below. The sidebar is missing, and there is no Terminal in right click menu. How to fix this?
- How to enable multi-user remote login? I want multiple users to be able to remote login at the same time.
The most important issue to fix is to enable root
login via xrdp
. Any help will be highly appreciated.
just an idea but worth trying...
Issue 1 - Allow root Login
I think that by default xrdp does not allow root to perform remote desktop connection.... you should have a look at the following file /etc/xrdp/sesman.ini and check if there is any AllowRootLogin option. Set the value to 1,true or yes to enable root login on terminal server
Issue 2 - XRDP UBUNTU DESKTOP Theme Issue
For your desktop issue for normal users; this is a know issue. Please have a look at this post (http://c-nergy.be/blog/?p=12155) which will explain why the behavior occurs and how you can fix it... When performing an xrdp connection, you basically starting with a default gnome desktop experience, you have to execute some commands in order to configure your desktop and have a similar look n feel in xrdp.
Note also that a script that automate the installation process for xrdp exists and can be found here (http://c-nergy.be/blog/?p=12761). This script is valid for Ubuntu 18.xx systems. Please always check for latest script version
Hope this help Till next time
You need to add a password for root if you have not done so:
Then you can use username
root
andpassword
to log in.