How to enable the TigerVNC server over available networks | Termux | Kali Linux | digitalPeopleZero

How to enable the TigerVNC server available over connected networks



Steps to enable the TigerVNC Server available over connected networks like wifi, ethernet, etc.,
            
            - Navigate to /etc/tigervnc/
                cd /etc/tigervnc/
        
            - Open vncserver-config-defaults
                nano vncserver-config-defaults

            - Update $localhost="no" and save the file 
    
            - Open vncserver-config-mandatory
                 nano vncserver-config-mandatory 

            - Update $localhost="no" and save the file

            - Restart the vncserver once

Now try remote into Linux from required device.
Note: Both devices should connected with same network.

0 Comments