Hello,
I'm trying to enable a desktop for a Jenkins worker in Google's Cloud Environment (GCE). The target machine is running Windows Server 2016. I found one reference to maybe being able to establish such a desktop with UVNC. I've installed 1.2.2.3 and allowed loopback and and mostly defaults. I can launch the viewer locally, but I get only a black screen and pointer.
For my Jenkins task, if I have an RDP session open to the Windows machine, it runs correctly... if I do not have an RDP session open, then the application doesn't have a desktop and can't "see" anything.
Any suggestions?
Thanks,
Paul
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Can UVNC enable headless GUI for Windows in GCE?
- Rudi De Vos
- Admin & Developer
- Posts: 6867
- Joined: 2004-04-23 10:21
- Contact:
Re: Can UVNC enable headless GUI for Windows in GCE?
If you run ultraVnc as application it clone the desktop. If you run vnc in a RDP session it clone the RDP session.
The only problem is that a RDP session clone his video as soon as you disconnect.
If vnc is running as service, you clone the console session. This is a non RDP session and video is never disabled.
This will work, independed of the RDP session.
You can also activate RDPMODE in vnc, rdpmode=1 ( service only)
Suppose your server is a rdp server then you have
#console
#user 1
#user 2
Using RDPmode ON, you get a list of possible connections as preconnect window.
a) console
b) session x, user 1
c) session y, user 2
You can select if you want to clone the console or an active rdp session.
The only problem is that a RDP session clone his video as soon as you disconnect.
If vnc is running as service, you clone the console session. This is a non RDP session and video is never disabled.
This will work, independed of the RDP session.
You can also activate RDPMODE in vnc, rdpmode=1 ( service only)
Suppose your server is a rdp server then you have
#console
#user 1
#user 2
Using RDPmode ON, you get a list of possible connections as preconnect window.
a) console
b) session x, user 1
c) session y, user 2
You can select if you want to clone the console or an active rdp session.