Kali Setup On Raspberry Pi - Part 3, Setup VNC Server and Client - by Varsha Chahal - Medium
Kali Setup On Raspberry Pi - Part 3, Setup VNC Server and Client - by Varsha Chahal - Medium
36
Next, we will create a password for the VNC server and store it in the
/etc/vncserver.pass file by running the following command,
If you want to run and manage the VNC server as a systemd service, you can
define a service for it under the /etc/systemd/system/ directory. This allows
for easy management and configuration of the VNC server using systemd, a
system and service manager for Linux operating systems.
Run the following command to create a service,
“After=multi-user.target “ is used to make sure that the service runs after all
the enabled services. It” represents the state of the system when it is ready to
Search Write
framebuffer_width=1280
framebuffer_height=720
hdmi_force_hotplug=1
Now that the VNC server is up, let’s get the client ready.
There are various clients available, I am using RealVNC. You can download it
from here: https://www.realvnc.com/en/connect/download/viewer/
Enter the VNC server IP address or hostname. You can customize other
settings as you like.
Once you click “OK”, you will see your connection listed in the Address book.
Double-click on the connection, and you will be presented with the dialog
box indicating that the connection is unencrypted.
If you encounter a black screen in your VNC viewer window, you may need
to adjust the resolution settings on your Raspberry Pi using the kalipi-
sudo kalipi-config
Wait for Kali to reboot. Then connect to your Kali over SSH and check the
VNC server status to confirm that it has also booted up with your device. Try
to connect from the RealVNC to the Kali box, you should be able to see the
GUI interface now.
You can now manage your Kali box remotely via a GUI.
13 Followers
Lists
Staff Picks
673 stories · 1096 saves
Audrey's weBlog & reViews in OSINT TEAM Oliver Lövström in Wake. Write. Win.
Jun 16 111 2