Questions tagged [vnc-viewer]

vncviewer is a viewer (client) for Virtual Network Computing.

134 questions
1
vote
1 answer

Connecting through VNC to an Shared Image from another Google Cloud Project

I am recently working on a project in Google Cloud Compute Engine, and I have created an image of my current work. In this instance I can access using VNC Viewer to a GUI like of the instance by using the public IP and the port :5901 . I gave the…
1
vote
1 answer

Keyboard stops working when TigerVNC viewer is in fullscreen and system wakes from sleep

I am accessing my computer at work with the TigerVNC viewer 1.10 from my laptop at home. Both computers run Devuan ASCII (a systemd-free Debian fork) and use xfce4 as their desktop environment. Now my issue. When I enter fullscreen mode in…
1
vote
2 answers

Mobaxterm does not work using vnc session

when I use mobaxterm to connect my work PC by vnc option, I get error "no configured security type is supported by 3.3 vnc viewer " I searched and find that setting encryption to "let vnc server choose" or "prefer on" can solve this situation. but…
Xin YANG
  • 81
  • 1
  • 9
1
vote
0 answers

VNC Viewer terminal and folders are not working. Ubuntu 16.04

I am having a very hard time fixing the problem. I tried to open Ubuntu16.04 in Vnc4server. But when I opened the Vnc Viewer I can not open my terminal or anyother applications like firefox as shown in the image below!!!. There is only that Home…
1
vote
0 answers

i can not connect via VNC : timed out waiting for a response from the computer

i subscribe to a Dedicated Server Plan in Macincloud they sent me all access infos in a mail i follow all steps but i can not connect :/ enter image description here error : timed out waiting for a response from the computer
1
vote
0 answers

connection closed unexpectedly in vnc viewer while using jenkins image in docker compose file

I am using simple docker-compose file to pull jenkins image. I am able to create the container, but when i try to access it through VNC viewer then i am facing connection closed unexpectedly I am trying to connect with 127.0.0.1:2050 in vnc viewer…
1
vote
1 answer

Start VNC-VIewer with arguments

Hello im making a WindowsForms Application that opens the process VNC-Viewer. this is my code i pass the ip i want to connect as argument and works. ProcessStartInfo start = new ProcessStartInfo(); start.Arguments = ipAddr; …
jonaChaz
  • 301
  • 3
  • 17
1
vote
0 answers

Converting screenshot bitmap to byte for a vncviewer returns empty

I am using this function to take screenshot from a specific window or whole desktop, And it works because i am seeing the result with pasting into MSPaint. But i don't want to write the result to a *.bmp or any type of file, I wanted to make a…
0_o
  • 570
  • 6
  • 18
1
vote
1 answer

Stuck when opening a SSH tunnel with Remmina for VNC connection

I have five x11vnc servers and all of them embed a ssh server. The five servers have the same ssh and x11vnc configurations. Since a couple of days, I cannot connect anymore to the x11vnc server of a single machine with Remmina (the fourth ones work…
jbaptperez
  • 656
  • 6
  • 20
1
vote
1 answer

docker vnc 2nd time connect issue

i have created a docker image. Then i run it with command docker run -d -p 5901:5901 -p 2222:22 dockerImageName. Docker runs fine. After this i connect to vnc using 0.0.0.0:5901. It connects properly and i get a GUI. Now i stop the docker using…
Naman
  • 49
  • 6
1
vote
0 answers

Embed UltraVNC and its child windows within a WPF application

I have created a simple WPF application within which I open UltraVNC Viewer. The first screen of UlraVNC Viewer opens on button click and I enter the IP of the target system which I want to access. Once I click Connect, control goes out of the WPF…
Pratheek
  • 15
  • 1
  • 6
1
vote
1 answer

Enable clipboard contents /files to Mac from Windows

I am trying to setup a Mac mini machine and connected using VNC client. But I am unable to copy any text contents or file into the Mac mini from my windows machine. I checked options in VNC viewer and could find only "ServerCutText" and…
VVP
  • 766
  • 4
  • 14
  • 39
1
vote
1 answer

Pass IP into VNC Viewer

I'm trying to use VNC Viewer and pass in the server IP I need it to use. The trouble is I can't figure out the syntax of the -ArgumentList to do it properly. Start-Process -Filepath "VNCViewer\viewer.exe" -ArgumentList "=<$IP>"
CuriousOne
  • 922
  • 1
  • 10
  • 26
1
vote
0 answers

How to view the browser session launched by selenium in Linux

Started the selenium server remotely on Linux server and tried to execute a test case on it. So this opened a firefox browser in some session and started executing the test case. When I tried to view the browser by using VNC viewer i could not find…
1
vote
3 answers

How to run firefox program in linux and get its output on windows

I have one centos 7 (minimum setup) installed on cloud . I m connect it using using putty on my laptop. I have installed Firefox on centos server which has fast internet connection. However whenever i run Firefox its not loading because it doesn't…
rohan
  • 41
  • 1
  • 7
1 2 3
8 9