How to Access Remote Desktop from Browser Using TightVNC

How to Access Remote Desktop from Browser Using TightVNC

Working remotely has become a necessity for many due to the ongoing pandemic situation. With the help of remote desktop access, you can easily access your work computer from any remote location. TightVNC is a popular solution for remote desktop access, which lets you access your remote computer without any hassle.

In this article, we will show you how to access your remote desktop from a browser using TightVNC. We will guide you step-by-step and include sample code wherever necessary.

What is TightVNC?

TightVNC is a free and open-source remote desktop access system for Microsoft Windows, Linux, and macOS. It provides a reliable and secure way to access a remote computer with remote control software. TightVNC uses the Virtual Network Computing (VNC) protocol to access a remote computer’s desktop through a local network or the internet.

Installation of TightVNC Server

Firstly, we need to download and install the TightVNC server on the remote computer. After successful installation, we need to set up a password for the server, which will be used to connect the client with the server. Here are the steps to do that:

  1. Download the TightVNC server for your operating system from the official website.
wget https://www.tightvnc.com/download/2.8.11/tightvnc-2.8.11-gpl-setup-64bit.msi
  1. Run the installer and follow the prompts to install it on your computer.

  2. Once the installation is completed, start the TightVNC server from the Start menu.

  3. Set a strong password for the VNC connection by clicking on the Security button.

password: ******
  1. Save the password and close the security window.

Congratulations! You have successfully installed and configured the TightVNC server. Now, we need to access it remotely using a web browser.

Access TightVNC server remotely from a web browser

TightVNC enables you to access the remote computer from any web browser using a web server. Here, we will show you how to access the remote desktop from a web browser.

Firstly, we need to install the TightVNC webserver. Here are the steps to do that:

  1. Download the TightVNC webserver from the official website.
wget https://www.tightvnc.com/download/2.8.11/tightvnc-java-2.8.11.zip
  1. Extract the downloaded zip file to any folder.
unzip tightvnc-java-2.8.11.zip
  1. Open the extracted folder and run the webserver from the command prompt.
java -jar tightvnc-jviewer.jar
  1. Enter the remote computer IP address and port number to connect.
Remote Computer IP: http://192.168.1.1:5800
  1. Enter the password you set earlier.
VNC password: ******

After successfully entering the details, the TightVNC web viewer will open in the browser. You can now access your remote desktop from your web browser.

Conclusion

In conclusion, TightVNC is an excellent tool for remote desktop access that can be accessed easily from a web browser. We have provided you with the necessary steps for installing TightVNC server and configuring it for remote access. Setting up the TightVNC web server is crucial to access the remote computer from a web browser. With these steps, you can work remotely with ease and access your work computer from anywhere in the world.

Like(0)