Installing vncserver on manjaro

18,812

Solution 1

Install it via the command line:

yaourt -S realvnc-vnc-server

Run it and configure (login) with:

systemctl start vncserver-x11-serviced.service

If you have problems with no icon being displayed in the system tray (as I did), use:

vncserver-x11-serviced-fg

Since Manjaro uses systemd, you can use this to start the daemon automatically at system boot time:

systemctl enable vncserver-x11-serviced.service

Note: This is all assuming you have a basic (HOME) subscription.

Please read the Realvnc docs for more information.

Solution 2

You should get used to looking at the Arch Wiki. I'm going to guess but I think English isn't your first language and that is ok because the Wiki covers most languages and you can just switch it.

This is the site you need, This is for TigerVNC Now you should know that VNC is not safe if you are using it with other people on your local network or if you want to use it over public internet.

You should take a look at X2GO it is way nicer and easier to setup and also has encryption and passwords.This is the X2GO Wiki page

Share:
18,812

Related videos on Youtube

Milind
Author by

Milind

IT PROFESSIONAL Offering a sterling experience of over 12 years across the industry Technically sophisticated & astute professional with an experience of over 12 years, currently spearheading as Senior System Analyst with PLEXUS Information Systems & Computers Company K.S.C.C, Kuwait. Expertise in SharePoint Administration and Development, Database Management, Software Development, System Analysis, Web Based Applications, Client Server Applications. Experienced in handling various projects from the feasibility to the implementation stage while handling research & requirement analysis. Equipped with the knowledge and experience in computerizing a complete organization from Infrastructure setup to Software Development and Implementation and Network Management and support.

Updated on September 18, 2022

Comments

  • Milind
    Milind over 1 year

    I need to install & configure vncserver on the manjaro. I want it configure in such way that if I reboot than also I could connect without starting service and should connect to 0 display not new session.

  • Cory T
    Cory T almost 7 years
    There's also x11vnc, I've been using that for about a year and it works very well.
  • 王子1986
    王子1986 over 2 years
    what is yaourt? Not available for me.
  • Kreezxil
    Kreezxil over 2 years
    yaourt is another package manager similar to yay, you can install both using pacman or any other package manager.