how to login to RealVNC automatically(without giving user/password every time)

45,953

Solution 1

Two solutions:

1) If you feel that there is no security concern (both pcs on a well-protected LAN), then you can simply disable password on the server, just leave the field empty.

2) If instead you wish to leave some security in place, you can save session information from the F8 menu or the menu in the top bar. Make sure that you include your password, and that the file saved has extension .vnc. Next time, you may just click on this saved file, and your session will be restarted without asking for a password.

Solution 2

Do not know how to do this when using Windows, but when you use Unix-like OS-es, it is possible to create vnc password file, execute % vncpasswd ~/.vncpassword, enter password, that you use to connect to vnc server, after it is possible to connect "automatically" using

% vncviewer -passwd ~/.vncpassword [email protected]:X

without password request.

Share:
45,953

Related videos on Youtube

Sun
Author by

Sun

I have 17 years of experience in software development as an individual contributor and successfully completed 9 projects end-to-end solution and implementation and architecture with Core Java, J2EE, Spring Framework, Spark, Kafka, microservices, web services, eCommerce, blockchain, machine learning, Hadoop, NoSQL, SOA, Cloud computing. And I have excellent experience in OOPs, UML, design patterns, NFRs, SOLID principles, Architecture styles, distributed computing, data structures, and algorithms.

Updated on September 18, 2022

Comments

  • Sun
    Sun almost 2 years

    any idea how to login to RealVNC automatically(without giving user/password every time).

    like how we can login to putty:

    putty.ext [email protected] -pw password 
    
  • PeterFnet
    PeterFnet about 3 years
    Question is for RealVNC, not UltraVNC