XRDP on Ubuntu 18.04LTS
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
3
down vote
favorite
I installed a clean Ubuntu18.04 with minimal installation and installed the xrdp package.
After the XRDP user/password there is a password prompt in ubuntu for my user popping up. When I enter it the connection just dies and the connection windows dissapears.
Does anyone got xrdp running on the 18.04 release yet?
Thanks in advance
18.04 xrdp
add a comment |Â
up vote
3
down vote
favorite
I installed a clean Ubuntu18.04 with minimal installation and installed the xrdp package.
After the XRDP user/password there is a password prompt in ubuntu for my user popping up. When I enter it the connection just dies and the connection windows dissapears.
Does anyone got xrdp running on the 18.04 release yet?
Thanks in advance
18.04 xrdp
I think it should work...I know that you did a clean install, but can you try doingsudo apt-get purge --autoremove xrdp
, reboot, then reinstall it?
â Emily
May 3 at 15:03
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I installed a clean Ubuntu18.04 with minimal installation and installed the xrdp package.
After the XRDP user/password there is a password prompt in ubuntu for my user popping up. When I enter it the connection just dies and the connection windows dissapears.
Does anyone got xrdp running on the 18.04 release yet?
Thanks in advance
18.04 xrdp
I installed a clean Ubuntu18.04 with minimal installation and installed the xrdp package.
After the XRDP user/password there is a password prompt in ubuntu for my user popping up. When I enter it the connection just dies and the connection windows dissapears.
Does anyone got xrdp running on the 18.04 release yet?
Thanks in advance
18.04 xrdp
asked May 3 at 11:38
sebastian
18114
18114
I think it should work...I know that you did a clean install, but can you try doingsudo apt-get purge --autoremove xrdp
, reboot, then reinstall it?
â Emily
May 3 at 15:03
add a comment |Â
I think it should work...I know that you did a clean install, but can you try doingsudo apt-get purge --autoremove xrdp
, reboot, then reinstall it?
â Emily
May 3 at 15:03
I think it should work...I know that you did a clean install, but can you try doing
sudo apt-get purge --autoremove xrdp
, reboot, then reinstall it?â Emily
May 3 at 15:03
I think it should work...I know that you did a clean install, but can you try doing
sudo apt-get purge --autoremove xrdp
, reboot, then reinstall it?â Emily
May 3 at 15:03
add a comment |Â
6 Answers
6
active
oldest
votes
up vote
4
down vote
accepted
It works fine with my desktop!
The good news is it works good with Nvidia drivers so far.
However there is still some issue to be fixed:
- If you are not logout in local, the remote login would fail.
It would ask you to input password after login once again.
After login, it would ask for a authentication.
And this authenticate would never pass unless you click cancel. (Just cancel it, then you can get in the Desktop.)
to avoid the authenticate popup,you might execute the command below
(provide by this post):
sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes
EOF
If the problem is not solved, I'll suggest you to:
Install drivers by:
sudo apt-get update
sudo ubuntu-drivers autoinstallLog out any local logged-in account.
add a comment |Â
up vote
2
down vote
To answer the OPs question:
Ubuntu didn't work until I added gnome-session
to /etc/xrdp/startwm.sh
. I commented out the test
and exec
lines at the bottom of the file and added gnome-session
(not sure if that was the correct way to do it or not... but it worked).
It prompts me for access to create a color correction device. I authenticated and had to reboot for the prompts to go away.
If you're going to try other flavors, here is what I found:
I just did a fresh install of 18.04 UbuntuBudgie, Kubuntu, Xubuntu, and Ubuntu. Only Kubuntu worked with XRDP out of the box on bare metal with hardline networking.
Kubuntu gives you a desktop but nags you about a network connections policy. I removed the network widget from the system tray and it worked without hassle after that. This was the smoothest experience of the ones I tried out.
Xubuntu didn't work out of the box (This fixed it - How to configure XRDP to start cinnamon as default desktop session - See the section that has startxfce4
in there which amounts to adding startxfce4
to /etc/xrdp/startwm.sh
).
UbuntuBudgie didn't work until I added budgie-desktop
to /etc/xrdp/startwm.sh
. Again not sure if that was the "correct" way to do it but it worked.
add a comment |Â
up vote
0
down vote
I run my XRDP installation on a KVM virtual machine, and thus it won't work without installing the xorgxrdp
-package.
add a comment |Â
up vote
0
down vote
I am seeing similar in Kubuntu 18.04.
If you are logged in locally and you try to XRDP into the same machine, the session will disconnect (no errors, just disconnect).
I have found the opposite is true also - if you disconnect an XRDP session without logging out, then try logging in locally you get disconnected.
Maybe there is a setting somewhere to allow multiple sessions?
I have found a second user can login on XRDP while another is logged in locally. I think this confirms the idea that there is a limit on the number of allowed logins. I might use a second user ID for remote access until I can figure out how to adust it.
â phil l
Jun 15 at 1:24
add a comment |Â
up vote
0
down vote
Read / Do this:
http://c-nergy.be/blog/?p=11868 <--Before execute the downloaded script (Std-Xrdp-Install-0.2.sh) Do this:
Edit the downloaded script and:
- Remove the part where is checking you Ubuntu version (Only if are you sure that you have Ubuntu Desktop 18.04), save and execute the script, then...
- Restart all you Ubuntu Desktop 18.04 and do not login, in Windows side connect using remote desktop.
Tip: If can not connect to Ubuntu 18.04, login in Ubuntu 18.04 and type this in a terminal: sudo systemctl enable xrdp
, then restart your Ubuntu Desktop 18.04 again and do not login in, go to Windows side and try the connection again using remote desktop.
add a comment |Â
up vote
0
down vote
hope that I am in the relevant place, i finished to install Ubuntu 18.04 and add the server into my domain, all working fine and I am able to login with the domain user from the Vmware console and from the Putty but when I am using XRDP for RDP and put the domain user and pass I am not able to login. with the SU user, I can log in to the machine using XRDP without any issue.
anyone have the same issue or have any suggestions what should I do in order to solve this issue?
thanks.
New contributor
Eliran Shpitz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This is not an answer to the question that was asked. You should make your query into a new question in a new post.
â CentaurusA
15 hours ago
add a comment |Â
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
It works fine with my desktop!
The good news is it works good with Nvidia drivers so far.
However there is still some issue to be fixed:
- If you are not logout in local, the remote login would fail.
It would ask you to input password after login once again.
After login, it would ask for a authentication.
And this authenticate would never pass unless you click cancel. (Just cancel it, then you can get in the Desktop.)
to avoid the authenticate popup,you might execute the command below
(provide by this post):
sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes
EOF
If the problem is not solved, I'll suggest you to:
Install drivers by:
sudo apt-get update
sudo ubuntu-drivers autoinstallLog out any local logged-in account.
add a comment |Â
up vote
4
down vote
accepted
It works fine with my desktop!
The good news is it works good with Nvidia drivers so far.
However there is still some issue to be fixed:
- If you are not logout in local, the remote login would fail.
It would ask you to input password after login once again.
After login, it would ask for a authentication.
And this authenticate would never pass unless you click cancel. (Just cancel it, then you can get in the Desktop.)
to avoid the authenticate popup,you might execute the command below
(provide by this post):
sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes
EOF
If the problem is not solved, I'll suggest you to:
Install drivers by:
sudo apt-get update
sudo ubuntu-drivers autoinstallLog out any local logged-in account.
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
It works fine with my desktop!
The good news is it works good with Nvidia drivers so far.
However there is still some issue to be fixed:
- If you are not logout in local, the remote login would fail.
It would ask you to input password after login once again.
After login, it would ask for a authentication.
And this authenticate would never pass unless you click cancel. (Just cancel it, then you can get in the Desktop.)
to avoid the authenticate popup,you might execute the command below
(provide by this post):
sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes
EOF
If the problem is not solved, I'll suggest you to:
Install drivers by:
sudo apt-get update
sudo ubuntu-drivers autoinstallLog out any local logged-in account.
It works fine with my desktop!
The good news is it works good with Nvidia drivers so far.
However there is still some issue to be fixed:
- If you are not logout in local, the remote login would fail.
It would ask you to input password after login once again.
After login, it would ask for a authentication.
And this authenticate would never pass unless you click cancel. (Just cancel it, then you can get in the Desktop.)
to avoid the authenticate popup,you might execute the command below
(provide by this post):
sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes
EOF
If the problem is not solved, I'll suggest you to:
Install drivers by:
sudo apt-get update
sudo ubuntu-drivers autoinstallLog out any local logged-in account.
edited Aug 20 at 7:58
answered May 6 at 15:04
![](https://lh5.googleusercontent.com/-kpLKzXaRgjg/AAAAAAAAAAI/AAAAAAAACKs/xp7BloPva34/photo.jpg?sz=32)
![](https://lh5.googleusercontent.com/-kpLKzXaRgjg/AAAAAAAAAAI/AAAAAAAACKs/xp7BloPva34/photo.jpg?sz=32)
cswu
562
562
add a comment |Â
add a comment |Â
up vote
2
down vote
To answer the OPs question:
Ubuntu didn't work until I added gnome-session
to /etc/xrdp/startwm.sh
. I commented out the test
and exec
lines at the bottom of the file and added gnome-session
(not sure if that was the correct way to do it or not... but it worked).
It prompts me for access to create a color correction device. I authenticated and had to reboot for the prompts to go away.
If you're going to try other flavors, here is what I found:
I just did a fresh install of 18.04 UbuntuBudgie, Kubuntu, Xubuntu, and Ubuntu. Only Kubuntu worked with XRDP out of the box on bare metal with hardline networking.
Kubuntu gives you a desktop but nags you about a network connections policy. I removed the network widget from the system tray and it worked without hassle after that. This was the smoothest experience of the ones I tried out.
Xubuntu didn't work out of the box (This fixed it - How to configure XRDP to start cinnamon as default desktop session - See the section that has startxfce4
in there which amounts to adding startxfce4
to /etc/xrdp/startwm.sh
).
UbuntuBudgie didn't work until I added budgie-desktop
to /etc/xrdp/startwm.sh
. Again not sure if that was the "correct" way to do it but it worked.
add a comment |Â
up vote
2
down vote
To answer the OPs question:
Ubuntu didn't work until I added gnome-session
to /etc/xrdp/startwm.sh
. I commented out the test
and exec
lines at the bottom of the file and added gnome-session
(not sure if that was the correct way to do it or not... but it worked).
It prompts me for access to create a color correction device. I authenticated and had to reboot for the prompts to go away.
If you're going to try other flavors, here is what I found:
I just did a fresh install of 18.04 UbuntuBudgie, Kubuntu, Xubuntu, and Ubuntu. Only Kubuntu worked with XRDP out of the box on bare metal with hardline networking.
Kubuntu gives you a desktop but nags you about a network connections policy. I removed the network widget from the system tray and it worked without hassle after that. This was the smoothest experience of the ones I tried out.
Xubuntu didn't work out of the box (This fixed it - How to configure XRDP to start cinnamon as default desktop session - See the section that has startxfce4
in there which amounts to adding startxfce4
to /etc/xrdp/startwm.sh
).
UbuntuBudgie didn't work until I added budgie-desktop
to /etc/xrdp/startwm.sh
. Again not sure if that was the "correct" way to do it but it worked.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
To answer the OPs question:
Ubuntu didn't work until I added gnome-session
to /etc/xrdp/startwm.sh
. I commented out the test
and exec
lines at the bottom of the file and added gnome-session
(not sure if that was the correct way to do it or not... but it worked).
It prompts me for access to create a color correction device. I authenticated and had to reboot for the prompts to go away.
If you're going to try other flavors, here is what I found:
I just did a fresh install of 18.04 UbuntuBudgie, Kubuntu, Xubuntu, and Ubuntu. Only Kubuntu worked with XRDP out of the box on bare metal with hardline networking.
Kubuntu gives you a desktop but nags you about a network connections policy. I removed the network widget from the system tray and it worked without hassle after that. This was the smoothest experience of the ones I tried out.
Xubuntu didn't work out of the box (This fixed it - How to configure XRDP to start cinnamon as default desktop session - See the section that has startxfce4
in there which amounts to adding startxfce4
to /etc/xrdp/startwm.sh
).
UbuntuBudgie didn't work until I added budgie-desktop
to /etc/xrdp/startwm.sh
. Again not sure if that was the "correct" way to do it but it worked.
To answer the OPs question:
Ubuntu didn't work until I added gnome-session
to /etc/xrdp/startwm.sh
. I commented out the test
and exec
lines at the bottom of the file and added gnome-session
(not sure if that was the correct way to do it or not... but it worked).
It prompts me for access to create a color correction device. I authenticated and had to reboot for the prompts to go away.
If you're going to try other flavors, here is what I found:
I just did a fresh install of 18.04 UbuntuBudgie, Kubuntu, Xubuntu, and Ubuntu. Only Kubuntu worked with XRDP out of the box on bare metal with hardline networking.
Kubuntu gives you a desktop but nags you about a network connections policy. I removed the network widget from the system tray and it worked without hassle after that. This was the smoothest experience of the ones I tried out.
Xubuntu didn't work out of the box (This fixed it - How to configure XRDP to start cinnamon as default desktop session - See the section that has startxfce4
in there which amounts to adding startxfce4
to /etc/xrdp/startwm.sh
).
UbuntuBudgie didn't work until I added budgie-desktop
to /etc/xrdp/startwm.sh
. Again not sure if that was the "correct" way to do it but it worked.
answered May 8 at 3:34
jfgrissom
1213
1213
add a comment |Â
add a comment |Â
up vote
0
down vote
I run my XRDP installation on a KVM virtual machine, and thus it won't work without installing the xorgxrdp
-package.
add a comment |Â
up vote
0
down vote
I run my XRDP installation on a KVM virtual machine, and thus it won't work without installing the xorgxrdp
-package.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I run my XRDP installation on a KVM virtual machine, and thus it won't work without installing the xorgxrdp
-package.
I run my XRDP installation on a KVM virtual machine, and thus it won't work without installing the xorgxrdp
-package.
answered May 7 at 4:27
rkantos
11
11
add a comment |Â
add a comment |Â
up vote
0
down vote
I am seeing similar in Kubuntu 18.04.
If you are logged in locally and you try to XRDP into the same machine, the session will disconnect (no errors, just disconnect).
I have found the opposite is true also - if you disconnect an XRDP session without logging out, then try logging in locally you get disconnected.
Maybe there is a setting somewhere to allow multiple sessions?
I have found a second user can login on XRDP while another is logged in locally. I think this confirms the idea that there is a limit on the number of allowed logins. I might use a second user ID for remote access until I can figure out how to adust it.
â phil l
Jun 15 at 1:24
add a comment |Â
up vote
0
down vote
I am seeing similar in Kubuntu 18.04.
If you are logged in locally and you try to XRDP into the same machine, the session will disconnect (no errors, just disconnect).
I have found the opposite is true also - if you disconnect an XRDP session without logging out, then try logging in locally you get disconnected.
Maybe there is a setting somewhere to allow multiple sessions?
I have found a second user can login on XRDP while another is logged in locally. I think this confirms the idea that there is a limit on the number of allowed logins. I might use a second user ID for remote access until I can figure out how to adust it.
â phil l
Jun 15 at 1:24
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I am seeing similar in Kubuntu 18.04.
If you are logged in locally and you try to XRDP into the same machine, the session will disconnect (no errors, just disconnect).
I have found the opposite is true also - if you disconnect an XRDP session without logging out, then try logging in locally you get disconnected.
Maybe there is a setting somewhere to allow multiple sessions?
I am seeing similar in Kubuntu 18.04.
If you are logged in locally and you try to XRDP into the same machine, the session will disconnect (no errors, just disconnect).
I have found the opposite is true also - if you disconnect an XRDP session without logging out, then try logging in locally you get disconnected.
Maybe there is a setting somewhere to allow multiple sessions?
answered May 28 at 14:21
phil l
163
163
I have found a second user can login on XRDP while another is logged in locally. I think this confirms the idea that there is a limit on the number of allowed logins. I might use a second user ID for remote access until I can figure out how to adust it.
â phil l
Jun 15 at 1:24
add a comment |Â
I have found a second user can login on XRDP while another is logged in locally. I think this confirms the idea that there is a limit on the number of allowed logins. I might use a second user ID for remote access until I can figure out how to adust it.
â phil l
Jun 15 at 1:24
I have found a second user can login on XRDP while another is logged in locally. I think this confirms the idea that there is a limit on the number of allowed logins. I might use a second user ID for remote access until I can figure out how to adust it.
â phil l
Jun 15 at 1:24
I have found a second user can login on XRDP while another is logged in locally. I think this confirms the idea that there is a limit on the number of allowed logins. I might use a second user ID for remote access until I can figure out how to adust it.
â phil l
Jun 15 at 1:24
add a comment |Â
up vote
0
down vote
Read / Do this:
http://c-nergy.be/blog/?p=11868 <--Before execute the downloaded script (Std-Xrdp-Install-0.2.sh) Do this:
Edit the downloaded script and:
- Remove the part where is checking you Ubuntu version (Only if are you sure that you have Ubuntu Desktop 18.04), save and execute the script, then...
- Restart all you Ubuntu Desktop 18.04 and do not login, in Windows side connect using remote desktop.
Tip: If can not connect to Ubuntu 18.04, login in Ubuntu 18.04 and type this in a terminal: sudo systemctl enable xrdp
, then restart your Ubuntu Desktop 18.04 again and do not login in, go to Windows side and try the connection again using remote desktop.
add a comment |Â
up vote
0
down vote
Read / Do this:
http://c-nergy.be/blog/?p=11868 <--Before execute the downloaded script (Std-Xrdp-Install-0.2.sh) Do this:
Edit the downloaded script and:
- Remove the part where is checking you Ubuntu version (Only if are you sure that you have Ubuntu Desktop 18.04), save and execute the script, then...
- Restart all you Ubuntu Desktop 18.04 and do not login, in Windows side connect using remote desktop.
Tip: If can not connect to Ubuntu 18.04, login in Ubuntu 18.04 and type this in a terminal: sudo systemctl enable xrdp
, then restart your Ubuntu Desktop 18.04 again and do not login in, go to Windows side and try the connection again using remote desktop.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Read / Do this:
http://c-nergy.be/blog/?p=11868 <--Before execute the downloaded script (Std-Xrdp-Install-0.2.sh) Do this:
Edit the downloaded script and:
- Remove the part where is checking you Ubuntu version (Only if are you sure that you have Ubuntu Desktop 18.04), save and execute the script, then...
- Restart all you Ubuntu Desktop 18.04 and do not login, in Windows side connect using remote desktop.
Tip: If can not connect to Ubuntu 18.04, login in Ubuntu 18.04 and type this in a terminal: sudo systemctl enable xrdp
, then restart your Ubuntu Desktop 18.04 again and do not login in, go to Windows side and try the connection again using remote desktop.
Read / Do this:
http://c-nergy.be/blog/?p=11868 <--Before execute the downloaded script (Std-Xrdp-Install-0.2.sh) Do this:
Edit the downloaded script and:
- Remove the part where is checking you Ubuntu version (Only if are you sure that you have Ubuntu Desktop 18.04), save and execute the script, then...
- Restart all you Ubuntu Desktop 18.04 and do not login, in Windows side connect using remote desktop.
Tip: If can not connect to Ubuntu 18.04, login in Ubuntu 18.04 and type this in a terminal: sudo systemctl enable xrdp
, then restart your Ubuntu Desktop 18.04 again and do not login in, go to Windows side and try the connection again using remote desktop.
edited Aug 22 at 3:32
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
karel
49.9k11106127
49.9k11106127
answered Aug 22 at 0:30
![](https://lh5.googleusercontent.com/-fGwZ1FLhzGk/AAAAAAAAAAI/AAAAAAAAAAA/APUIFaOyCsoG4RxAz4OZFjMy_zBKRFmGaA/mo/photo.jpg?sz=32)
![](https://lh5.googleusercontent.com/-fGwZ1FLhzGk/AAAAAAAAAAI/AAAAAAAAAAA/APUIFaOyCsoG4RxAz4OZFjMy_zBKRFmGaA/mo/photo.jpg?sz=32)
Charly Rivera
1
1
add a comment |Â
add a comment |Â
up vote
0
down vote
hope that I am in the relevant place, i finished to install Ubuntu 18.04 and add the server into my domain, all working fine and I am able to login with the domain user from the Vmware console and from the Putty but when I am using XRDP for RDP and put the domain user and pass I am not able to login. with the SU user, I can log in to the machine using XRDP without any issue.
anyone have the same issue or have any suggestions what should I do in order to solve this issue?
thanks.
New contributor
Eliran Shpitz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This is not an answer to the question that was asked. You should make your query into a new question in a new post.
â CentaurusA
15 hours ago
add a comment |Â
up vote
0
down vote
hope that I am in the relevant place, i finished to install Ubuntu 18.04 and add the server into my domain, all working fine and I am able to login with the domain user from the Vmware console and from the Putty but when I am using XRDP for RDP and put the domain user and pass I am not able to login. with the SU user, I can log in to the machine using XRDP without any issue.
anyone have the same issue or have any suggestions what should I do in order to solve this issue?
thanks.
New contributor
Eliran Shpitz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This is not an answer to the question that was asked. You should make your query into a new question in a new post.
â CentaurusA
15 hours ago
add a comment |Â
up vote
0
down vote
up vote
0
down vote
hope that I am in the relevant place, i finished to install Ubuntu 18.04 and add the server into my domain, all working fine and I am able to login with the domain user from the Vmware console and from the Putty but when I am using XRDP for RDP and put the domain user and pass I am not able to login. with the SU user, I can log in to the machine using XRDP without any issue.
anyone have the same issue or have any suggestions what should I do in order to solve this issue?
thanks.
New contributor
Eliran Shpitz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
hope that I am in the relevant place, i finished to install Ubuntu 18.04 and add the server into my domain, all working fine and I am able to login with the domain user from the Vmware console and from the Putty but when I am using XRDP for RDP and put the domain user and pass I am not able to login. with the SU user, I can log in to the machine using XRDP without any issue.
anyone have the same issue or have any suggestions what should I do in order to solve this issue?
thanks.
New contributor
Eliran Shpitz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Eliran Shpitz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 16 hours ago
Eliran Shpitz
1
1
New contributor
Eliran Shpitz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Eliran Shpitz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Eliran Shpitz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This is not an answer to the question that was asked. You should make your query into a new question in a new post.
â CentaurusA
15 hours ago
add a comment |Â
This is not an answer to the question that was asked. You should make your query into a new question in a new post.
â CentaurusA
15 hours ago
This is not an answer to the question that was asked. You should make your query into a new question in a new post.
â CentaurusA
15 hours ago
This is not an answer to the question that was asked. You should make your query into a new question in a new post.
â CentaurusA
15 hours ago
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1031519%2fxrdp-on-ubuntu-18-04lts%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I think it should work...I know that you did a clean install, but can you try doing
sudo apt-get purge --autoremove xrdp
, reboot, then reinstall it?â Emily
May 3 at 15:03