How to set up VNC on home network [Manjaro i3]

That’s more of a question for the other OSes instead of Manjaro.

From a Manjaro perspective:

  1. Install by executing:

    pamac install tigervnc
    
  2. Start by executing:

    systemctl start vncserver@:1
    
  3. The server can be found on m.n.o.p:5901 where m.n.o.p is the actual server IP address that you get when executing:

    ip address
    

    If you use multiple X servers add 1 to the port (so Screen 2 will be m.n.o.p:5902, 3 will be m.n.o.p:5903 etc.

That’s it from a Manjaro perspective! :innocent:
If you need more info, read the entire thing here.

:+1: