vnc-server is used to remotely access a machine from another machine where vnc-client will be running
Questions tagged [vnc-server]
235 questions
3
votes
6 answers
Show Screen Of Android 4.0 Device On Computer
I'll have to do a presentation soon, for this, I need to show the the application too 10 people at the same time. For this I'd like to display the screen of my Android 4.0 Phone (Galaxy Nexus) on the Computer and all this in live!
For this I tried…

safari
- 7,565
- 18
- 56
- 82
2
votes
1 answer
Solving the xinetd "Transport endpoint is not connected"
I'm trying to get a simple websocket proxy to work with xinetd.
The proxy is here : https://github.com/kumina/wsproxy
(basic proxy for vnc)
Here's my xinetd/wsproxy config:
service wsproxy
{
type = UNLISTED
socket_type = stream
…

Disco
- 4,226
- 11
- 58
- 76
2
votes
0 answers
Setup VNC for ssm-user on EC2 using user data script
I've attempted to setup an EC2 to access the MATE desktop using port forwarding using SSM agent. I've followed instructions here. I want to use the user data script to set this up, but I can't get the ssm-user to start the vncserver.
I think the…

Stagg
- 2,660
- 5
- 34
- 32
2
votes
1 answer
How to share a common linux terminal that can be used remotely by 2 or more users ?
I want to code/debug collaboratively on a shared linux terminal (so that both parties can see what is being typed into it, and its output) with someone in a remote location. What is the best way to achieve this ?
Options might be:
Setting up a…

TCSGrad
- 11,898
- 14
- 49
- 70
2
votes
1 answer
How to run Gnome desktop on Ubuntu 20.04 in cloud
After doing a Google search for running a Gnome desktop or just desktop (found Xfce4 info...) on a cloud instance, I found some guides at Digital Ocean, for example:
Install and Configure VNC on Ubuntu 20.04LTS
The problem is, that doesn't help me…

James Young
- 51
- 1
- 6
2
votes
2 answers
How does VNC continuously repaint windows?
How does VNC send REPAINT messages to windows even when a user is not active?
I would like to implement this in C sharp - I've had a look at the PrintWindow, SendMessage methods and none of them achieve the same thing as VNC (tested by capturing…

Kay
- 845
- 7
- 21
- 33
2
votes
1 answer
noVNC connecting to VNCServer on private LAN using HTTPS only
Not sure if i'm really up-to-date, but i'm looking in a way to convert my existing project to use HTML5 websockets.
Here's my situation :
- Client runs a modified java vnc applet with extra parameter (CONNECT).
- Modified stunnel listenin on…

Disco
- 4,226
- 11
- 58
- 76
2
votes
1 answer
Open specific URL on successful login to noVNC
I have setup vnc server and access it using noVnc, works really good.
On every successful login I want to do the following:
Open up google-chrome - This can be done by adding chrome to startup applications.
Open a different URL everytime, so this…

Uday Reddy
- 1,337
- 3
- 16
- 38
2
votes
1 answer
gnome disable "Log in as another user" link
In Gnome on Centos 7, does anyone know how to disable "Log in as another user" on the lock screen? I can disable user switching using:
disable-user-switching=true
I achieve this be…

BinkyBong
- 21
- 1
2
votes
1 answer
TightVNC change passwords from cmd
I looking for possibility to change every password in TightVNC from command line.
Every hosts have Windows 10, so I wanna create bat script to change Admin and Primary passwords.

zaku
- 61
- 1
- 5
2
votes
0 answers
VNC black screen on Fedora 27 with mate desktop
I recently try to set up vncserver for a local server with Fedora 27, mate desktop, and miniconda. But I keep getting black screen and a black dot instead of a cursor. After endless searching for solutions on Google, I feel devastated.
Does anyone…

joelliu
- 21
- 2
2
votes
2 answers
What's wrong with my Vncserver setting?
Holle, everyone:
I want install 'vncserver' in my ubuntu 16.04 server, but it always grey screen when I conneted via 'VNC Viewer'. I don't know what the problem is, can anyone help to solve it?
Thanks a lot!
vnaserver start log:
Xvnc Free Edition…

Y. Lee
- 31
- 1
- 2
2
votes
1 answer
What protocol codes are defined for VNC? (RFB-protocol)
Just recently i found out that the various implementations of VNC on Windows, Linux and other systems have an ID based method for negotiating the protocol method of the rfb-protocol to use for the communication. Some of the protocols have more…

Alexander Stohr
- 159
- 1
- 18
2
votes
0 answers
uinput - mouse coordinates sync issue
I am writing a program to remotely control an arm based device which doesn't have X server running on it. I have a written a small utility to capture mouse events that are sent from the client side and emulate them on the device. For this purpose I…

Nithyesh
- 105
- 8
2
votes
3 answers
how to stop underscores from disappearing in xterm in xvnc4 window in Xubuntu 16.04?
In an xterm running in an xvnc4 session in Xubuntu 16.04, i.e., Ubuntu 16.04 with XFCE, underscore characters disappear. This problem does not appear in Xubuntu 14.04. My question is: how to avoid this? If there's an underscore, I need it to be…

Steve Newcomb
- 95
- 6