Enabling XRDP for remote on SUSE Linux Enterprise Server 12 SP3 (HVM)

8,565

My issue has been solved !!!

Below are the steps I performed & it will be helpful for them who stumble upon the same issue.

# zypper update ( to update SUSE Linux Ent. Server)
# zypper install -t pattern gnome-basic
# zypper install xrdp

Enable VNC Remote Login

# Open yast, Select "Network Services", Select first entry "Remote Administration with VNC"
# Enable service

Configure Window Manager to use Gnome Edit file /etc/sysconfig/windowmanager Change entry DEFAULT_WM="" to DEFAULT_WM="gnome".

Startup the RDP service and make it start automatically after Reboot

# service xrdp start
# chkconfig --set xrdp on
# systemctl start xrdp
# systemctl enable xrdp

Above are the steps which I performed to get the activate & use RDP session through my windows, If in-case anybody have any question let me know I will be happy to assist you.

Regards,

Rahul Jain

Share:
8,565

Related videos on Youtube

Rahul Jain
Author by

Rahul Jain

Well, I am a Software Developer From India Working on many languages like C#, Vb.Net, Jquery and Javascript. I like to explore things & also I am eager to learn new things. I like playing Computer Games, Going to Picnic, Cricket etc. I will try my best efforts to answer each & every queries.

Updated on September 18, 2022

Comments

  • Rahul Jain
    Rahul Jain over 1 year

    All these test activity I am carrying out on my AWS instance for my test purposes.

    I am trying to install XRDP for Remote access on SUSE Linux Enterprise Server 12 SP3 (HVM), SSD Volume Type on AWS & stuck up. Actually I am trying to configure XRDP on the AWS Linux instance.

    I followed this tutorial but no success : https://www.suse.com/documentation/s...igure_rdp.html'

    Previously : All these options were pretty simple & straight forward on SUSE Linux Enterprise Server 11 SP4 (HVM), SSD Volume Type. Can anybody please through some light on this !! how to configure Linux instance so that I can continue with the installation of SAP B1 9.3.

    Current Issue : Getting the logging screen & after entering the credentails then everything is blank, I cannot do anything on the screen. No UI nothing, Even I tried setting the display to 16-bit or 24-bit only but no success.

    So let me know your thoughts or suggest some document which explains how to configure Linux 12 for XRDP.