CentOS 8.x Unattended nomachine
From Notes_Wiki
Revision as of 07:14, 11 June 2023 by Saurabh (talk | contribs) (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>...")
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 '/usr/NX/etc/server.cfg' and set:
- CreateDisplay 1
- DisplayOwner "saurabh"
- Here replace "saurabh" with appropriate username on the system
- Restart nxserver using:
- systemctl restart nxserver.service
Refer:
Home > CentOS > CentOS 8.x > CentOS 8.x remote access > nomachine > Unattended nomachine