Step 1: First of all Update the system using “sudo apt update” command.
Step 2 : Install novnc by typing “sudo apt install -y novnc x11vnc”.
Step 3 : Next we start up a VNC session. We have chosen to do this only on loopback, making it more secure (We are skipping x11vnc
’s in-built HTTP function. That requires Java, and we don’t want to install it on any of our clients as noVNC gives a HTML5 experience)
Step 4 : To confirm whether the service has started and running on the respective port. check using “ss -antp | grep vnc”
Step 5 : Making our localhost to listen on 8081 so that we can access it from browser.
Step 6 : That’s it, now Access the machine through the given URL(which is highlighted below) on the web browser. Instead of kali give your <kali ip> and access it internally.