{"id":10083,"date":"2025-08-19T00:28:29","date_gmt":"2025-08-19T00:28:29","guid":{"rendered":"https:\/\/savethevideo.net\/blog\/?p=10083"},"modified":"2025-08-19T00:36:48","modified_gmt":"2025-08-19T00:36:48","slug":"which-port-should-you-use-for-rdp-in-2025","status":"publish","type":"post","link":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/","title":{"rendered":"Which Port Should You Use for RDP in 2025?"},"content":{"rendered":"<p>So, you want to connect to your remote computer using RDP in 2025? Great! But wait&#8230; which port should you use? Let&#8217;s break it down in a way that&#8217;s simple, fun, and clear as crystal.<\/p>\n<p>First, let\u2019s talk about what RDP even is.<\/p>\n<p><b>RDP<\/b> stands for <i>Remote Desktop Protocol<\/i>. It\u2019s the magic that lets you use another computer as if you&#8217;re sitting right in front of it. Super useful when you&#8217;re working from home \u2014 or just too lazy to walk to your other room.<\/p>\n<h2>What\u2019s the Default RDP Port?<\/h2>\n<p>By default, Windows uses <b>port 3389<\/b> for RDP. This has been the case for years. And yes, it still works in 2025.<\/p>\n<p><i>But there\u2019s a catch.<\/i><\/p>\n<p>Everyone knows about port 3389. That includes hackers and bots. If you leave it open on the internet, you&#8217;re shouting, &#8220;Hello world! Come hack me!&#8221;<\/p>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"720\" src=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/07\/graphs-of-performance-analytics-on-a-laptop-screen-open-source-monitoring-grafana-dashboards-metrics-1.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/07\/graphs-of-performance-analytics-on-a-laptop-screen-open-source-monitoring-grafana-dashboards-metrics-1.jpg 1080w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/07\/graphs-of-performance-analytics-on-a-laptop-screen-open-source-monitoring-grafana-dashboards-metrics-1-300x200.jpg 300w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/07\/graphs-of-performance-analytics-on-a-laptop-screen-open-source-monitoring-grafana-dashboards-metrics-1-1024x683.jpg 1024w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/07\/graphs-of-performance-analytics-on-a-laptop-screen-open-source-monitoring-grafana-dashboards-metrics-1-768x512.jpg 768w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>So, Should You Just Use Port 3389?<\/h2>\n<p>You <i>can<\/i>, but it\u2019s not the safest option. Unless you like living on the edge (and not in a cool way).<\/p>\n<p>In 2025, most IT pros recommend changing the port to something else. This is called <b>&#8220;security through obscurity&#8221;<\/b>. It\u2019s not a bulletproof method, but it adds a layer of protection.<\/p>\n<h2>Alternate Ports: What Are Your Choices?<\/h2>\n<p>You can pick nearly any port between <b>1024 and 49151<\/b>. These are known as <i>registered ports<\/i>. Just avoid using:<\/p>\n<ul>\n<li><b>Well-known ports (0-1023)<\/b>: These are used by services like HTTP (port 80) or HTTPS (port 443).<\/li>\n<li><b>Dynamic ports (49152\u201365535)<\/b>: These get assigned by the system temporarily. Too chaotic!<\/li>\n<\/ul>\n<p>Some commonly used and safer ports for RDP are:<\/p>\n<ul>\n<li><b>3390<\/b> \u2014 Just one number off the default, but obscure enough.<\/li>\n<li><b>20000<\/b> \u2014 Nice round number and rarely conflicts with anything.<\/li>\n<li><b>45678<\/b> \u2014 Numeric ninja move.<\/li>\n<\/ul>\n<h2>How Do You Change the RDP Port?<\/h2>\n<p>Changing the port is not hard, but it involves editing the Windows Registry. <i>Be careful!<\/i> Here\u2019s the basic path:<\/p>\n<ol>\n<li>Press <b>Win + R<\/b>, type <code>regedit<\/code>, and hit Enter.<\/li>\n<li>Navigate to: <code>HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Terminal Server\\WinStations\\RDP-Tcp<\/code><\/li>\n<li>Find <b>PortNumber<\/b>, right-click it, and choose Modify.<\/li>\n<li>Select <b>Decimal<\/b> and enter your new port (like 20000).<\/li>\n<li>Restart your computer.<\/li>\n<\/ol>\n<p>And don\u2019t forget to open that port in your firewall or router!<\/p>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"719\" src=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-person-driving-a-car-updating-drivers-sound-troubleshooting-windows-settings.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-person-driving-a-car-updating-drivers-sound-troubleshooting-windows-settings.jpg 1080w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-person-driving-a-car-updating-drivers-sound-troubleshooting-windows-settings-300x200.jpg 300w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-person-driving-a-car-updating-drivers-sound-troubleshooting-windows-settings-1024x682.jpg 1024w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-person-driving-a-car-updating-drivers-sound-troubleshooting-windows-settings-768x511.jpg 768w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>Bonus Tip: Use a VPN<\/h2>\n<p>Even if you change the port, it\u2019s still risky to expose RDP directly to the internet. A better move? Use a <b>VPN<\/b>.<\/p>\n<p>A VPN creates a secure tunnel between you and the remote machine. Once you&#8217;re connected, you can use RDP over the <i>internal network<\/i> \u2014 much safer!<\/p>\n<h2>TL;DR (Too Long; Didn&#8217;t Read)<\/h2>\n<p>Here\u2019s a quick and fun summary:<\/p>\n<ul>\n<li><b>Default RDP port is 3389<\/b> \u2014 works, but risky<\/li>\n<li><b>Change it to a custom port<\/b> like 3390, 20000, or 45678<\/li>\n<li><b>Edit the Registry<\/b> to switch ports<\/li>\n<li>Always <b>configure firewall and router<\/b> rules for the new port<\/li>\n<li>Best option? <b>Use a VPN<\/b> before doing any RDP!<\/li>\n<\/ul>\n<h2>Wrapping It Up<\/h2>\n<p>In 2025, you\u2019ve got options. Secure ones, too! Whether you&#8217;re an IT wizard or just want to check your files from a coffee shop, using the right RDP port matters.<\/p>\n<p>Just remember: <i>It&#8217;s not about choosing the fanciest port \u2014 it\u2019s about making smarter choices.<\/i><\/p>\n<p>Now go remote into your machine like a boss. \ud83d\ude80<\/p>\n","protected":false},"excerpt":{"rendered":"<p>So, you want to connect to your remote computer using RDP in 2025? Great! But wait&#8230; which port should you use? Let&#8217;s break it down in a way that&#8217;s simple, &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Which Port Should You Use for RDP in 2025?\" class=\"read-more button\" href=\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#more-10083\" aria-label=\"Read more about Which Port Should You Use for RDP in 2025?\">Read more<\/a><\/p>\n","protected":false},"author":88,"featured_media":9328,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[495],"tags":[],"class_list":["post-10083","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Which Port Should You Use for RDP in 2025? - Save the Video Blog<\/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:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Which Port Should You Use for RDP in 2025? - Save the Video Blog\" \/>\n<meta property=\"og:description\" content=\"So, you want to connect to your remote computer using RDP in 2025? Great! But wait&#8230; which port should you use? Let&#8217;s break it down in a way that&#8217;s simple, ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/\" \/>\n<meta property=\"og:site_name\" content=\"Save the Video Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-19T00:28:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-19T00:36:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1349\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jonathan Dough\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan Dough\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/\"},\"author\":{\"name\":\"Jonathan Dough\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700\"},\"headline\":\"Which Port Should You Use for RDP in 2025?\",\"datePublished\":\"2025-08-19T00:28:29+00:00\",\"dateModified\":\"2025-08-19T00:36:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/\"},\"wordCount\":529,\"publisher\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/\",\"url\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/\",\"name\":\"Which Port Should You Use for RDP in 2025? - Save the Video Blog\",\"isPartOf\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg\",\"datePublished\":\"2025-08-19T00:28:29+00:00\",\"dateModified\":\"2025-08-19T00:36:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#primaryimage\",\"url\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg\",\"contentUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg\",\"width\":1080,\"height\":1349},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/savethevideo.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Which Port Should You Use for RDP in 2025?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#website\",\"url\":\"https:\/\/savethevideo.net\/blog\/\",\"name\":\"Save the Video Blog\",\"description\":\"Everything you need to know about videos\",\"publisher\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/savethevideo.net\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#organization\",\"name\":\"Save the Video Blog\",\"url\":\"https:\/\/savethevideo.net\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png\",\"contentUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png\",\"width\":500,\"height\":119,\"caption\":\"Save the Video Blog\"},\"image\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700\",\"name\":\"Jonathan Dough\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g\",\"caption\":\"Jonathan Dough\"},\"url\":\"https:\/\/savethevideo.net\/blog\/author\/jonathand\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Which Port Should You Use for RDP in 2025? - Save the Video Blog","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:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/","og_locale":"en_US","og_type":"article","og_title":"Which Port Should You Use for RDP in 2025? - Save the Video Blog","og_description":"So, you want to connect to your remote computer using RDP in 2025? Great! But wait&#8230; which port should you use? Let&#8217;s break it down in a way that&#8217;s simple, ... Read more","og_url":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/","og_site_name":"Save the Video Blog","article_published_time":"2025-08-19T00:28:29+00:00","article_modified_time":"2025-08-19T00:36:48+00:00","og_image":[{"width":1080,"height":1349,"url":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg","type":"image\/jpeg"}],"author":"Jonathan Dough","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan Dough","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#article","isPartOf":{"@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/"},"author":{"name":"Jonathan Dough","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700"},"headline":"Which Port Should You Use for RDP in 2025?","datePublished":"2025-08-19T00:28:29+00:00","dateModified":"2025-08-19T00:36:48+00:00","mainEntityOfPage":{"@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/"},"wordCount":529,"publisher":{"@id":"https:\/\/savethevideo.net\/blog\/#organization"},"image":{"@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#primaryimage"},"thumbnailUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg","articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/","url":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/","name":"Which Port Should You Use for RDP in 2025? - Save the Video Blog","isPartOf":{"@id":"https:\/\/savethevideo.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#primaryimage"},"image":{"@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#primaryimage"},"thumbnailUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg","datePublished":"2025-08-19T00:28:29+00:00","dateModified":"2025-08-19T00:36:48+00:00","breadcrumb":{"@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#primaryimage","url":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg","contentUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/04\/white-imac-xenapp-virtual-desktop-remote-access.jpg","width":1080,"height":1349},{"@type":"BreadcrumbList","@id":"https:\/\/savethevideo.net\/blog\/which-port-should-you-use-for-rdp-in-2025\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/savethevideo.net\/blog\/"},{"@type":"ListItem","position":2,"name":"Which Port Should You Use for RDP in 2025?"}]},{"@type":"WebSite","@id":"https:\/\/savethevideo.net\/blog\/#website","url":"https:\/\/savethevideo.net\/blog\/","name":"Save the Video Blog","description":"Everything you need to know about videos","publisher":{"@id":"https:\/\/savethevideo.net\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/savethevideo.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/savethevideo.net\/blog\/#organization","name":"Save the Video Blog","url":"https:\/\/savethevideo.net\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png","contentUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png","width":500,"height":119,"caption":"Save the Video Blog"},"image":{"@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700","name":"Jonathan Dough","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g","caption":"Jonathan Dough"},"url":"https:\/\/savethevideo.net\/blog\/author\/jonathand\/"}]}},"_links":{"self":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts\/10083","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/users\/88"}],"replies":[{"embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/comments?post=10083"}],"version-history":[{"count":1,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts\/10083\/revisions"}],"predecessor-version":[{"id":10087,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts\/10083\/revisions\/10087"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/media\/9328"}],"wp:attachment":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/media?parent=10083"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/categories?post=10083"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/tags?post=10083"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}