{"id":6110,"date":"2015-12-21T09:54:00","date_gmt":"2015-12-21T09:54:00","guid":{"rendered":"https:\/\/www.realvnc.com\/?p=6110"},"modified":"2026-04-13T10:41:19","modified_gmt":"2026-04-13T09:41:19","slug":"control-computer-within-your-web-browser","status":"publish","type":"post","link":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/","title":{"rendered":"Control a computer from within your web browser"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"6110\" class=\"elementor elementor-6110\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e0ba1fa elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e0ba1fa\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d461a90\" data-id=\"d461a90\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19bec227 elementor-widget elementor-widget-text-editor\" data-id=\"19bec227\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\n<p>You can use the VNC SDK to create an HTML 5-enabled Viewer app that will run in any desktop web browser*. This means there\u2019s nothing for your users to download or install; simply embed the Viewer app in a web page, publish the URL, and your users will be able to connect to and control Windows, Mac, Linux or Raspberry Pi computers from web browsers wherever they happen to be!<\/p>\n\n<p>*Not mobile web browsers. But it\u2019s simple to create a native Apple iOS or Android app instead.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-13960 size-full\" src=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824.webp\" alt=\"HTML5 Blog\" width=\"824\" height=\"662\" srcset=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824.webp 824w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824-300x241.webp 300w, https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824-768x617.webp 768w\" sizes=\"(max-width: 824px) 100vw, 824px\" \/><\/p>\n\n<figure class=\"wp-block-image\"><\/figure>\n\n<h2>Want to try it out?<\/h2>\n\n<p>You can be up and running in a few minutes with our sample apps.\u00a0<\/p>\n\n<p>First, set up the computer you want to control. If you read our\u00a0<a href=\"https:\/\/www.realvnc.com\/en\/news\/get-connected-sample-apps\/\">last blog post<\/a>, you\u2019ll already know how to set up a Mac. To set up a Windows, Linux or Raspberry Pi computer,\u00a0<a href=\"https:\/\/www.realvnc.com\/en\/developer\/download\/\">download the VNC SDK<\/a>\u00a0and read the appropriate\u00a0<code><em>vnc-sdk<\/em>\/samples\/basicServer\/README<\/code>\u00a0(for Pi, follow the instructions for Linux). Continue down the README until you\u2019ve obtained a \u2018listen\u2019 Cloud address (enter\u00a0<code>test<\/code>\u00a0for the group name if you use\u00a0<code><em>vnc-sdk<\/em>\/tools\/vnccloudaddresstool<\/code>), and have successfully joined the computer to VNC Cloud.<\/p>\n\n<p>Then, simply serve the HTML 5-enabled sample Viewer app:<\/p>\n\n<ol style=\"font-size: 15.36px;\">\n<li style=\"padding: 0px;\">Use the following command to obtain a \u2018connect\u2019 VNC Cloud address, remembering to substitute in your API key and secret (<b>Sign In<\/b>\u00a0top right to retrieve these from the\u00a0<b>Projects<\/b>\u00a0page):<br \/><br \/>\n<blockquote>\n<pre>curl https:\/\/api.vnc.com\/cloud\/1.1\/static-address -X POST -u <i>your-API-key<\/i>:<i>your-API-secret<\/i> -H \"Content-Type:application\/json\" -H \"Accept:application\/json\" -d '{\"allowedActions\":[\"connect\"],\"groups\":[\"test\"]}'\n<\/pre>\n<\/blockquote>\n<\/li>\n<li style=\"padding: 0px;\">Open\u00a0<code><i>vnc-sdk<\/i>\/samples\/basicViewerHTML5\/viewer.js<\/code>\u00a0and hard-code the &#8216;connect&#8217; Cloud address and Cloud password, and also the &#8216;listen&#8217; Cloud address of the Server sample app (peer) to connect to:<\/li>\n<\/ol>\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/static.realvnc.com\/media\/images\/HTML5Blog-middle.original.width-824.png\" alt=\"HTML5Blog middle\" \/><\/figure>\n\n<p>You can test the Viewer app works locally by double-clicking\u00a0<code><i>vnc-sdk<\/i>\/samples\/basicViewerHTML5\/viewer.html<\/code>\u00a0to open it in your default web browser.<\/p>\n<ol style=\"font-size: 15.36px;\">\n<li style=\"list-style-type: none;\">\n<ol style=\"font-size: 15.36px;\">\n<li style=\"padding: 0px;\">Start a web server and emulate serving the Viewer app over the Internet. If evaluators will use\u00a0Firefox, Safari, IE or MS Edge, and python 2.7+ is installed on the web server, the simplest thing to do is to run the built-in python HTTP server:<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p>\u00a0<\/p>\n<blockquote>\n<pre>cd <i>vnc-sdk<\/i>\/samples\/basicViewerHTML<br \/>cp ..\/..\/lib\/html5\/vncsdk.js .<br \/>python \u2013m SimpleHTTPServer<\/pre>\n<\/blockquote>\n<p>If evaluators will use Chrome, you&#8217;ll need to set up and run an HTTPS web server instead, for example Apache.<\/p>\n<ol style=\"font-size: 15.36px;\">\n<li style=\"padding: 0px;\">Instruct evaluators to navigate to http:\/\/<i>your-ip-address<\/i>:8000\/viewer.html.<\/li>\n<\/ol>\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/static.realvnc.com\/media\/images\/HTML5Blog-3.original.width-824.png\" alt=\"HTML5 Blog bottom\" \/><\/figure>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>You can use the VNC SDK to create an HTML 5-enabled Vie &#8230; <a title=\"Control a computer from within your web browser\" class=\"read-more\" href=\"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/\" aria-label=\"\u9605\u8bfb Control a computer from within your web browser\">\u9605\u8bfb\u66f4\u591a<\/a><\/p>\n","protected":false},"author":19,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-6110","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Control a computer from within your web browser - RealVNC\u00ae<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Control a computer from within your web browser - RealVNC\u00ae\" \/>\n<meta property=\"og:description\" content=\"You can use the VNC SDK to create an HTML 5-enabled Vie ... \u9605\u8bfb\u66f4\u591a\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/\" \/>\n<meta property=\"og:site_name\" content=\"RealVNC\u00ae\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/realvnc\" \/>\n<meta property=\"article:published_time\" content=\"2015-12-21T09:54:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-13T09:41:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824.webp\" \/>\n<meta name=\"author\" content=\"David\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@realvnc\" \/>\n<meta name=\"twitter:site\" content=\"@realvnc\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"David\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/\"},\"author\":{\"name\":\"David\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/#\\\/schema\\\/person\\\/c61fa30b0c79c5b2c0f969f1882547f6\"},\"headline\":\"Control a computer from within your web browser\",\"datePublished\":\"2015-12-21T09:54:00+00:00\",\"dateModified\":\"2026-04-13T09:41:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/\"},\"wordCount\":353,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/HTML5Blog-1.original.width-824.webp\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/\",\"name\":\"Control a computer from within your web browser - RealVNC\u00ae\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/HTML5Blog-1.original.width-824.webp\",\"datePublished\":\"2015-12-21T09:54:00+00:00\",\"dateModified\":\"2026-04-13T09:41:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/HTML5Blog-1.original.width-824.webp\",\"contentUrl\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/HTML5Blog-1.original.width-824.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/control-computer-within-your-web-browser\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u672a\u5206\u7c7b\",\"item\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/news\\\/category\\\/%e6%9c%aa%e5%88%86%e7%b1%bb\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Control a computer from within your web browser\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/#website\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/\",\"name\":\"RealVNC\u00ae\",\"description\":\"The world&#039;s safest remote access software\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/#organization\",\"name\":\"RealVNC\u00ae\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/realvnc-logo-blue.png\",\"contentUrl\":\"https:\\\/\\\/www.realvnc.com\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/realvnc-logo-blue.png\",\"width\":300,\"height\":41,\"caption\":\"RealVNC\u00ae\"},\"image\":{\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/realvnc\",\"https:\\\/\\\/x.com\\\/realvnc\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/realvnc\\\/\",\"https:\\\/\\\/www.youtube.com\\\/RealVNCLtd\",\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/RealVNC\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.realvnc.com\\\/zh-hans\\\/#\\\/schema\\\/person\\\/c61fa30b0c79c5b2c0f969f1882547f6\",\"name\":\"David\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/82337a5edd1c9eec63a13ba874c629259c5d644575cd7ee90f038aa7d567d394?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/82337a5edd1c9eec63a13ba874c629259c5d644575cd7ee90f038aa7d567d394?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/82337a5edd1c9eec63a13ba874c629259c5d644575cd7ee90f038aa7d567d394?s=96&d=mm&r=g\",\"caption\":\"David\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Control a computer from within your web browser - RealVNC\u00ae","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/","og_locale":"zh_CN","og_type":"article","og_title":"Control a computer from within your web browser - RealVNC\u00ae","og_description":"You can use the VNC SDK to create an HTML 5-enabled Vie ... \u9605\u8bfb\u66f4\u591a","og_url":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/","og_site_name":"RealVNC\u00ae","article_publisher":"https:\/\/www.facebook.com\/realvnc","article_published_time":"2015-12-21T09:54:00+00:00","article_modified_time":"2026-04-13T09:41:19+00:00","og_image":[{"url":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824.webp","type":"","width":"","height":""}],"author":"David","twitter_card":"summary_large_image","twitter_creator":"@realvnc","twitter_site":"@realvnc","twitter_misc":{"\u4f5c\u8005":"David","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/#article","isPartOf":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/"},"author":{"name":"David","@id":"https:\/\/www.realvnc.com\/zh-hans\/#\/schema\/person\/c61fa30b0c79c5b2c0f969f1882547f6"},"headline":"Control a computer from within your web browser","datePublished":"2015-12-21T09:54:00+00:00","dateModified":"2026-04-13T09:41:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/"},"wordCount":353,"commentCount":0,"publisher":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/#organization"},"image":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/#primaryimage"},"thumbnailUrl":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824.webp","articleSection":["Uncategorized"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/","url":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/","name":"Control a computer from within your web browser - RealVNC\u00ae","isPartOf":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/#primaryimage"},"image":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/#primaryimage"},"thumbnailUrl":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824.webp","datePublished":"2015-12-21T09:54:00+00:00","dateModified":"2026-04-13T09:41:19+00:00","breadcrumb":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/#primaryimage","url":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824.webp","contentUrl":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2022\/11\/HTML5Blog-1.original.width-824.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.realvnc.com\/zh-hans\/news\/control-computer-within-your-web-browser\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.realvnc.com\/zh-hans\/"},{"@type":"ListItem","position":2,"name":"\u672a\u5206\u7c7b","item":"https:\/\/www.realvnc.com\/zh-hans\/news\/category\/%e6%9c%aa%e5%88%86%e7%b1%bb\/"},{"@type":"ListItem","position":3,"name":"Control a computer from within your web browser"}]},{"@type":"WebSite","@id":"https:\/\/www.realvnc.com\/zh-hans\/#website","url":"https:\/\/www.realvnc.com\/zh-hans\/","name":"RealVNC\u00ae","description":"The world&#039;s safest remote access software","publisher":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.realvnc.com\/zh-hans\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/www.realvnc.com\/zh-hans\/#organization","name":"RealVNC\u00ae","url":"https:\/\/www.realvnc.com\/zh-hans\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.realvnc.com\/zh-hans\/#\/schema\/logo\/image\/","url":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/05\/realvnc-logo-blue.png","contentUrl":"https:\/\/www.realvnc.com\/wp-content\/uploads\/2023\/05\/realvnc-logo-blue.png","width":300,"height":41,"caption":"RealVNC\u00ae"},"image":{"@id":"https:\/\/www.realvnc.com\/zh-hans\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/realvnc","https:\/\/x.com\/realvnc","https:\/\/www.linkedin.com\/company\/realvnc\/","https:\/\/www.youtube.com\/RealVNCLtd","https:\/\/en.wikipedia.org\/wiki\/RealVNC"]},{"@type":"Person","@id":"https:\/\/www.realvnc.com\/zh-hans\/#\/schema\/person\/c61fa30b0c79c5b2c0f969f1882547f6","name":"David","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/secure.gravatar.com\/avatar\/82337a5edd1c9eec63a13ba874c629259c5d644575cd7ee90f038aa7d567d394?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/82337a5edd1c9eec63a13ba874c629259c5d644575cd7ee90f038aa7d567d394?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/82337a5edd1c9eec63a13ba874c629259c5d644575cd7ee90f038aa7d567d394?s=96&d=mm&r=g","caption":"David"}}]}},"_links":{"self":[{"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/posts\/6110","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/comments?post=6110"}],"version-history":[{"count":1,"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/posts\/6110\/revisions"}],"predecessor-version":[{"id":89891,"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/posts\/6110\/revisions\/89891"}],"wp:attachment":[{"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/media?parent=6110"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/categories?post=6110"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.realvnc.com\/zh-hans\/wp-json\/wp\/v2\/tags?post=6110"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}