VNC - simple test with vnc (x11vnc and ssvnc)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I am trying to set up a vnc connection between 2 computers, but am having trouble so far.



In order to understand the concept, I am now simply trying to start a vnc server (using x11vnc) and connect to it using ssvnc on the same computer



This page supposedly explains how to do so.



Apparently, starting a vnc server should be as simple as downloading x11vnc and using the command x11vnc -display :0



The same page also contains a link to download ssvnc, that can be used as a vnc client (link here for your convenience)



It states that in order to connect using the vnc client, suffice to unpack the tar.gz directory, then run ./ssvnc/Unix/ssvnc.



Then, I start ssvnc and type in user@localhost such as follow:



enter image description here



However when i press connect, a xterm windows appears, with the following message:



enter image description here



The x11vnc docs mentions that a common gotcha is to set the Xauth - I tried to do that by re-running the server with



x11vnc -display :0 -auth /home/user/.Xauthority


But I received the same error message.



Anyone can help me out here with that basic test / problem?







share|improve this question
























    up vote
    0
    down vote

    favorite












    I am trying to set up a vnc connection between 2 computers, but am having trouble so far.



    In order to understand the concept, I am now simply trying to start a vnc server (using x11vnc) and connect to it using ssvnc on the same computer



    This page supposedly explains how to do so.



    Apparently, starting a vnc server should be as simple as downloading x11vnc and using the command x11vnc -display :0



    The same page also contains a link to download ssvnc, that can be used as a vnc client (link here for your convenience)



    It states that in order to connect using the vnc client, suffice to unpack the tar.gz directory, then run ./ssvnc/Unix/ssvnc.



    Then, I start ssvnc and type in user@localhost such as follow:



    enter image description here



    However when i press connect, a xterm windows appears, with the following message:



    enter image description here



    The x11vnc docs mentions that a common gotcha is to set the Xauth - I tried to do that by re-running the server with



    x11vnc -display :0 -auth /home/user/.Xauthority


    But I received the same error message.



    Anyone can help me out here with that basic test / problem?







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am trying to set up a vnc connection between 2 computers, but am having trouble so far.



      In order to understand the concept, I am now simply trying to start a vnc server (using x11vnc) and connect to it using ssvnc on the same computer



      This page supposedly explains how to do so.



      Apparently, starting a vnc server should be as simple as downloading x11vnc and using the command x11vnc -display :0



      The same page also contains a link to download ssvnc, that can be used as a vnc client (link here for your convenience)



      It states that in order to connect using the vnc client, suffice to unpack the tar.gz directory, then run ./ssvnc/Unix/ssvnc.



      Then, I start ssvnc and type in user@localhost such as follow:



      enter image description here



      However when i press connect, a xterm windows appears, with the following message:



      enter image description here



      The x11vnc docs mentions that a common gotcha is to set the Xauth - I tried to do that by re-running the server with



      x11vnc -display :0 -auth /home/user/.Xauthority


      But I received the same error message.



      Anyone can help me out here with that basic test / problem?







      share|improve this question












      I am trying to set up a vnc connection between 2 computers, but am having trouble so far.



      In order to understand the concept, I am now simply trying to start a vnc server (using x11vnc) and connect to it using ssvnc on the same computer



      This page supposedly explains how to do so.



      Apparently, starting a vnc server should be as simple as downloading x11vnc and using the command x11vnc -display :0



      The same page also contains a link to download ssvnc, that can be used as a vnc client (link here for your convenience)



      It states that in order to connect using the vnc client, suffice to unpack the tar.gz directory, then run ./ssvnc/Unix/ssvnc.



      Then, I start ssvnc and type in user@localhost such as follow:



      enter image description here



      However when i press connect, a xterm windows appears, with the following message:



      enter image description here



      The x11vnc docs mentions that a common gotcha is to set the Xauth - I tried to do that by re-running the server with



      x11vnc -display :0 -auth /home/user/.Xauthority


      But I received the same error message.



      Anyone can help me out here with that basic test / problem?









      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 1 at 21:39









      jim basquiat

      1417




      1417




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          x11vnc opens a VNC port at PORT=5900 (without encryption)
          you do not need any options or parameters , just



          x11vnc 


          will be enough for ONE connection.



          ssvnc uses SSL by default.



          • use "localhost" instead of "user@localhost"

          • in ssvnc options use "None" instead of "use SSL"

          alternative to ssvnc:



          vncviewer localhost





          share|improve this answer






















          • Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
            – jim basquiat
            Apr 4 at 9:43










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f434922%2fvnc-simple-test-with-vnc-x11vnc-and-ssvnc%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          x11vnc opens a VNC port at PORT=5900 (without encryption)
          you do not need any options or parameters , just



          x11vnc 


          will be enough for ONE connection.



          ssvnc uses SSL by default.



          • use "localhost" instead of "user@localhost"

          • in ssvnc options use "None" instead of "use SSL"

          alternative to ssvnc:



          vncviewer localhost





          share|improve this answer






















          • Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
            – jim basquiat
            Apr 4 at 9:43














          up vote
          0
          down vote













          x11vnc opens a VNC port at PORT=5900 (without encryption)
          you do not need any options or parameters , just



          x11vnc 


          will be enough for ONE connection.



          ssvnc uses SSL by default.



          • use "localhost" instead of "user@localhost"

          • in ssvnc options use "None" instead of "use SSL"

          alternative to ssvnc:



          vncviewer localhost





          share|improve this answer






















          • Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
            – jim basquiat
            Apr 4 at 9:43












          up vote
          0
          down vote










          up vote
          0
          down vote









          x11vnc opens a VNC port at PORT=5900 (without encryption)
          you do not need any options or parameters , just



          x11vnc 


          will be enough for ONE connection.



          ssvnc uses SSL by default.



          • use "localhost" instead of "user@localhost"

          • in ssvnc options use "None" instead of "use SSL"

          alternative to ssvnc:



          vncviewer localhost





          share|improve this answer














          x11vnc opens a VNC port at PORT=5900 (without encryption)
          you do not need any options or parameters , just



          x11vnc 


          will be enough for ONE connection.



          ssvnc uses SSL by default.



          • use "localhost" instead of "user@localhost"

          • in ssvnc options use "None" instead of "use SSL"

          alternative to ssvnc:



          vncviewer localhost






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 4 at 9:52









          terdon♦

          122k28229400




          122k28229400










          answered Apr 3 at 23:23









          mherweg

          1




          1











          • Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
            – jim basquiat
            Apr 4 at 9:43
















          • Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
            – jim basquiat
            Apr 4 at 9:43















          Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
          – jim basquiat
          Apr 4 at 9:43




          Hi Thx! I will be able to test your solution tonight. Also If you want to apply to the upwork job, please do! It will entail helping me further to get the actual vnc connection (secured with ssh) between 2 PCs working though - but that should not be difficult for someone familiar with vnc.
          – jim basquiat
          Apr 4 at 9:43












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f434922%2fvnc-simple-test-with-vnc-x11vnc-and-ssvnc%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay