Difference between revisions of "CentOS 8.x Unattended nomachine"

From Notes_Wiki
(Created page with "Home > CentOS > CentOS 8.x > CentOS 8.x remote access > nomachine > Unattended nomachine In case of machine which is only booted but no graphical user login has been done yet, nomachine remote may not work. In such cases if nomachine is leading to blank screen then try: # Edit '<tt>/usr/NX/etc/server.cfg</tt>' and set: #:<pre> #:: CreateDisplay 1 #:: DisplayOwner "saurabh" #:</pre>...")
 
(No difference)

Latest revision as of 07:14, 11 June 2023

Home > CentOS > CentOS 8.x > CentOS 8.x remote access > nomachine > Unattended nomachine

In case of machine which is only booted but no graphical user login has been done yet, nomachine remote may not work. In such cases if nomachine is leading to blank screen then try:

  1. Edit '/usr/NX/etc/server.cfg' and set:
    CreateDisplay 1
    DisplayOwner "saurabh"
    Here replace "saurabh" with appropriate username on the system
  2. Restart nxserver using:
    systemctl restart nxserver.service

Refer:

Home > CentOS > CentOS 8.x > CentOS 8.x remote access > nomachine > Unattended nomachine