{"id":210,"date":"2022-08-31T20:00:00","date_gmt":"2022-08-31T11:00:00","guid":{"rendered":"https:\/\/python-academia.com\/en\/?p=210"},"modified":"2022-08-28T18:18:31","modified_gmt":"2022-08-28T09:18:31","slug":"raspberrypi-remote","status":"publish","type":"post","link":"https:\/\/python-academia.com\/en\/raspberrypi-remote\/","title":{"rendered":"How to remote-control Raspberry Pi from Windows PC by VNC connection"},"content":{"rendered":"\n<p>This article shows you <span class=\"st-mymarker-s\">how to download and set up &#8220;remote-control tool&#8221;<\/span>.<\/p>\n\n\n\n<p>&#8220;<span class=\"st-mymarker-s\">VNC Viewer<\/span>&#8221; is used as the remote-control tool.<\/p>\n\n\n\n<div class=\"wp-block-st-blocks-midashi-box freebox has-title\" style=\"background-color:#eceff1;border-color:#263238;border-radius:0 5px 5px 5px\"><p class=\"p-free\" style=\"border-color:#263238;font-weight:bold\"><span class=\"p-entry-f\" style=\"color:#ffffff;font-weight:bold;background-color:#263238;border-radius:0 0 5px 0\"><i class=\"st-fa st-svg-file-text-o st-css-no\" aria-hidden=\"\"><\/i>Procedure<\/span><\/p><div class=\"free-inbox\">\n<p><\/p>\n\n\n\n<ul><li>Enable VNC connection for the Raspberry Pi<\/li><li>Install &#8220;VNC Viewer&#8221; on Windows PC<\/li><li>Connect to the Raspberry Pi from Windows PC<\/li><\/ul>\n\n\n\n<p><\/p>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Enable VNC connection for the Raspberry Pi<\/h2>\n\n\n\n<p>I will show you <span class=\"st-mymarker-s\">how to enable VNC connection for the Raspberry Pi<\/span>.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Go to &#8220;Preferences&#8221; \u2192 &#8220;Raspberry Pi Configration&#8221;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/raspi-vnc1-1024x576.jpg\" alt=\"\" class=\"wp-image-235\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/raspi-vnc1-1024x576.jpg 1024w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/raspi-vnc1-300x169.jpg 300w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/raspi-vnc1-768x432.jpg 768w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/raspi-vnc1.jpg 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>Enable VNC connection for the Raspberry Pi<\/figcaption><\/figure>\n\n\n\n<p>( Sorry, Japanese is included. )<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In the &#8220;Interface&#8221; tab, enable VNC.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"898\" height=\"461\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/raspi-vnc2-2.png\" alt=\"\" class=\"wp-image-241\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/raspi-vnc2-2.png 898w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/raspi-vnc2-2-300x154.png 300w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/raspi-vnc2-2-768x394.png 768w\" sizes=\"(max-width: 898px) 100vw, 898px\" \/><figcaption>Enable VNC connection<\/figcaption><\/figure><\/div>\n\n\n<p>( Sorry, Japanese is included. )<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This is the end of setting of Raspberry pi.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The IP address of the Raspberry Pi will be needed in a later step.<\/p>\n\n\n\n<p>Therefore, check the IP address of the Raspberry Pi.<\/p>\n\n\n\n<p>Enter the following command in the terminal.<\/p>\n\n\n\n<pre class=\"wp-block-code line-numbers\"><code>$ ip addr<\/code><\/pre>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"903\" height=\"302\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/IPaddress-2-2.jpg\" alt=\"\" class=\"wp-image-254\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/IPaddress-2-2.jpg 903w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/IPaddress-2-2-300x100.jpg 300w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/IPaddress-2-2-768x257.jpg 768w\" sizes=\"(max-width: 903px) 100vw, 903px\" \/><figcaption>Check the IP address of the Raspberry Pi.<\/figcaption><\/figure><\/div>\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The IP address in the author&#8217;s environment is &#8220;192.168.11.12&#8221;.<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p style=\"color:#666;margin-bottom:5px;\">sponsored link<\/p>\n\n<table>\n<tbody>\n<tr>\n<td>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-6354467409705666\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- py-article-doubleA -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:336px;height:300px\"\n     data-ad-client=\"ca-pub-6354467409705666\"\n     data-ad-slot=\"1820454727\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n<\/td>\n\n<td>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-6354467409705666\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- py-article-doubleB -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:336px;height:300px\"\n     data-ad-client=\"ca-pub-6354467409705666\"\n     data-ad-slot=\"3395043238\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Install &#8220;VNC Viewer&#8221; on Windows PC<\/h2>\n\n\n\n<p>I will show you <span class=\"st-mymarker-s\"><strong>how to <\/strong>Install &#8220;VNC Viewer&#8221; on Windows PC<\/span>.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>First, I will explain how to download &#8220;VNC Viewer&#8221;.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">How to download &#8220;VNC Viewer&#8221;<\/h3>\n\n\n\n<p>Download the &#8220;VNC Viewer&#8221; from <a href=\"https:\/\/www.realvnc.com\/en\/connect\/download\/viewer\/\" target=\"_blank\" rel=\"noreferrer noopener\">this site<\/a>.<\/p>\n\n\n\n<p>Click on &#8220;Download VNC Viewer&#8221;.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/download_vncviewer-2-1024x529.jpg\" alt=\"\" class=\"wp-image-267\" width=\"768\" height=\"397\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/download_vncviewer-2-1024x529.jpg 1024w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/download_vncviewer-2-300x155.jpg 300w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/download_vncviewer-2-768x396.jpg 768w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/download_vncviewer-2-1536x793.jpg 1536w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/download_vncviewer-2.jpg 1660w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/figure><\/div>\n\n\n<p>&#8220;VNC Viewer&#8221; installer will be downloaded.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">How to install &#8220;VNC Viewer&#8221;<\/h3>\n\n\n\n<p>Run the installer to install &#8220;VNC Viewer.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"369\" height=\"163\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_1.jpg\" alt=\"\" class=\"wp-image-276\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_1.jpg 369w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_1-300x133.jpg 300w\" sizes=\"(max-width: 369px) 100vw, 369px\" \/><\/figure><\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Click &#8220;Next&#8221; to proceed.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"617\" height=\"483\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_2.jpg\" alt=\"\" class=\"wp-image-279\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_2.jpg 617w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_2-300x235.jpg 300w\" sizes=\"(max-width: 617px) 100vw, 617px\" \/><\/figure><\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Accept the terms in the License Agreement and click &#8220;Next&#8221; to proceed.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"615\" height=\"478\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_3.jpg\" alt=\"\" class=\"wp-image-281\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_3.jpg 615w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_3-300x233.jpg 300w\" sizes=\"(max-width: 615px) 100vw, 615px\" \/><\/figure><\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If there is no change in the installation location, click &#8220;Next&#8221; to proceed.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"618\" height=\"480\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_4.jpg\" alt=\"\" class=\"wp-image-283\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_4.jpg 618w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_4-300x233.jpg 300w\" sizes=\"(max-width: 618px) 100vw, 618px\" \/><\/figure><\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This is the end of install of &#8220;VNC Viewer&#8221;.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_5-2.jpg\" alt=\"\" class=\"wp-image-286\" width=\"205\" height=\"424\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_5-2.jpg 409w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_5-2-145x300.jpg 145w\" sizes=\"(max-width: 205px) 100vw, 205px\" \/><figcaption>Start menu of Windows PC<\/figcaption><\/figure><\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p style=\"color:#666;margin-bottom:5px;\">sponsored link<\/p>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-6354467409705666\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- py-article-display -->\n<ins class=\"adsbygoogle\"\n     style=\"display:block\"\n     data-ad-client=\"ca-pub-6354467409705666\"\n     data-ad-slot=\"6239864271\"\n     data-ad-format=\"auto\"\n     data-full-width-responsive=\"true\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">Connect to the Raspberry Pi from Windows PC<\/h2>\n\n\n\n<p>&#8220;VNC Viewer&#8221; is launched and set to connect to Raspberry Pi.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Go to &#8220;File&#8221; \u2192 &#8220;New connection&#8221;.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_6-2-1024x742.jpg\" alt=\"\" class=\"wp-image-293\" width=\"768\" height=\"557\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_6-2-1024x742.jpg 1024w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_6-2-300x217.jpg 300w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_6-2-768x556.jpg 768w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_6-2.jpg 1113w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/figure><\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Enter the following items.<\/p>\n\n\n\n<ul><li>VNC Server : static IPaddress of Raspberry Pi<\/li><li>Name : Name on VNC Viewer (optional)<\/li><\/ul>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_7-2.jpg\" alt=\"\" class=\"wp-image-297\" width=\"437\" height=\"593\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_7-2.jpg 583w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_7-2-221x300.jpg 221w\" sizes=\"(max-width: 437px) 100vw, 437px\" \/><\/figure><\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The connection to the RaspberryPi is added to VNC Viewer.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_8.jpg\" alt=\"\" class=\"wp-image-304\" width=\"612\" height=\"459\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_8.jpg 816w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_8-300x225.jpg 300w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_8-768x576.jpg 768w\" sizes=\"(max-width: 612px) 100vw, 612px\" \/><\/figure><\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Click on &#8220;the connection to the RaspberryPi&#8221;.<\/p>\n\n\n\n<p>Click on  &#8220;Continue&#8221;.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"530\" height=\"333\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_9-2.jpg\" alt=\"\" class=\"wp-image-310\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_9-2.jpg 530w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_9-2-300x188.jpg 300w\" sizes=\"(max-width: 530px) 100vw, 530px\" \/><\/figure><\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Enter the configuration of Raspberry Pi.<\/p>\n\n\n\n<ul><li>Username : Username of Raspberry Pi<\/li><li>Password : Password of Raspberry Pi<\/li><\/ul>\n\n\n\n<p>Click on  &#8220;OK&#8221;.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"437\" height=\"371\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_10-2.jpg\" alt=\"\" class=\"wp-image-315\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_10-2.jpg 437w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_10-2-300x255.jpg 300w\" sizes=\"(max-width: 437px) 100vw, 437px\" \/><\/figure><\/div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If the desktop screen of the Raspberry Pi appears, remote connection is successful.<\/p>\n\n\n<div class=\"wp-block-image is-style-st-photo-shadow\">\n<figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_11-1024x614.jpg\" alt=\"\" class=\"wp-image-319\" width=\"768\" height=\"461\" srcset=\"https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_11-1024x614.jpg 1024w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_11-300x180.jpg 300w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_11-768x461.jpg 768w, https:\/\/python-academia.com\/en\/wp-content\/uploads\/sites\/2\/2022\/08\/install_vncviewer_11.jpg 1030w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/figure><\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">summary<\/h2>\n\n\n\n<p>I showed you how to download and set up &#8220;remote-control tool&#8221;.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you don&#8217;t have a static IP address, you have to re-enter the IP address every time the IP address changes.<\/p>\n\n\n\n<p>Therefore, it is recommended to have a static IP address.<\/p>\n\n\n\n<p class=\"is-style-st-paragraph-memo\"><a href=\"https:\/\/python-academia.com\/en\/raspberrypi-static-ipaddress\/\">How to set a static IP address for RaspberryPi<\/a><\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p style=\"color:#666;margin-bottom:5px;\">sponsored link<\/p>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-6354467409705666\"\n     crossorigin=\"anonymous\"><\/script>\n<ins class=\"adsbygoogle\"\n     style=\"display:block\"\n     data-matched-content-rows-num=\"4,2\"\n     data-matched-content-columns-num=\"1,4\"\n     data-matched-content-ui-type=\"image_stacked,image_stacked\"\n     data-ad-format=\"autorelaxed\"\n     data-ad-client=\"ca-pub-6354467409705666\"\n     data-ad-slot=\"2243394422\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>This article shows you how to download and set up &#8220;remote-control tool&#8221;. &#8220;VNC View &#8230; <\/p>\n","protected":false},"author":1,"featured_media":332,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[24],"_links":{"self":[{"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/posts\/210"}],"collection":[{"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/comments?post=210"}],"version-history":[{"count":102,"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/posts\/210\/revisions"}],"predecessor-version":[{"id":509,"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/posts\/210\/revisions\/509"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/media\/332"}],"wp:attachment":[{"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/media?parent=210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/categories?post=210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/python-academia.com\/en\/wp-json\/wp\/v2\/tags?post=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}