Skip to content
/ kvnc Public

kaginawa-powered VNC connection utility

License

Notifications You must be signed in to change notification settings

kaginawa/kvnc

Repository files navigation

kvnc

Actions Status Quality Gate Status Go Report Card

Kaginawa-powered VNC connection utilities.

Download

See Releases page.

Setup

Windows

Get the following files and place them in the same folder.

File Description Download page
kvnc-client.exe kvnc client utility GitHub
kvnc-agent.exe kvnc agent utility GitHub
kaginawa.exe kaginawa GitHub
vncviewer.exe TightVNC client TightVNC
WinVNC.exe TightVNC server TightVNC

Tested VNC versions:

  • TightVNC 1.3.10

Usage

Server

  1. (1st time only) Run WinVNC.exe.

  2. (1st time only) Right-click the task tray icon and open [Properties...].

    winvnc tray

  3. (1st time only) Input the Primary password and view-only password.

    winvnc password

  4. (1st time only) Select [Administration] tab, check Allow loopback connections and press [OK].

    winvnc loopback

  5. Run kvnc-agent.exe.

  6. (1st time only) Input server and API key and press [OK].

    kvnc-agent init

  7. Input own custom ID and press [Start].

    kvnc-agent

  8. If "Working" is displayed, the agent is working.

  9. Please tell the client your custom ID and VNC password.

Client

  1. Run kvnc-client.exe.

  2. (1st time only) Input server and API key and press [OK].

    kvnc-client init

  3. Input target custom ID (or MAC address) and press [Connect].

    kvnc-client connect

  4. Input password and press [OK].

    vnc viewer login

  5. Enjoy!

License

kvnc licenced under BSD 3-Clause.

Author

mikan