{"id":33,"date":"2024-10-16T21:59:51","date_gmt":"2024-10-17T01:59:51","guid":{"rendered":"http:\/\/localhost:4000\/?p=33"},"modified":"2024-11-14T12:03:34","modified_gmt":"2024-11-14T17:03:34","slug":"wake-on-lan-service-on-ubuntu-server","status":"publish","type":"post","link":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/","title":{"rendered":"Wake-on-LAN service on Ubuntu Server"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\"><strong>Wake-on-LAN Support for the $0 Home Server<\/strong><\/h3>\n\n\n\n<p>With <strong>Wake-on-LAN (WOL)<\/strong>, you can <strong>remotely wake up devices<\/strong> in your network, even when they are in sleep or shutdown mode (if supported). This feature keeps the Ethernet adapter powered, listening for a <strong>\u201cmagic packet\u201d<\/strong> that triggers the device to wake. Below is a detailed <strong>setup guide for WOL<\/strong>, including BIOS\/UEFI settings, Windows configuration, and usage with tools like <strong>etherwake<\/strong> and <strong>Siri Shortcuts<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Use Wake-on-LAN?<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Remote access:<\/strong> Wake your PC from anywhere to perform tasks or access files.<\/li>\n\n\n\n<li><strong>Energy savings:<\/strong> Turn off devices when not in use but wake them remotely when needed.<\/li>\n\n\n\n<li><strong>Convenience:<\/strong> Quickly wake computers via mobile devices or automations, avoiding manual access.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step-by-Step Wake-on-LAN Setup<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. <strong>Check if Your Device Supports Wake-on-LAN<\/strong><\/h3>\n\n\n\n<p>Not all devices support WOL. To verify:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Desktops:<\/strong> Most motherboards support it by default.<\/li>\n\n\n\n<li><strong>Laptops:<\/strong> Some enterprise models support WOL, but many do not.<\/li>\n\n\n\n<li><strong>Connected Standby:<\/strong> Some laptops can only be woken from <strong>sleep<\/strong> but not from full shutdown.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">2. <strong>Enable Wake-on-LAN in BIOS\/UEFI<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Reboot<\/strong> your computer and enter the <strong>BIOS\/UEFI settings<\/strong> (usually by pressing <code>Del<\/code>, <code>F2<\/code>, or <code>F12<\/code> during startup).<\/li>\n\n\n\n<li>Look for options related to <strong>Wake-on-LAN<\/strong>, often under:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Power Management<\/strong><\/li>\n\n\n\n<li><strong>Advanced Settings<\/strong><\/li>\n\n\n\n<li><strong>PCI\/PCIe Settings<\/strong><\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enable options such as:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Wake on PCIe Device<\/strong> or <strong>Wake on LAN<\/strong><\/li>\n\n\n\n<li><strong>Power on by Ethernet<\/strong><\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Save your settings and <strong>restart<\/strong> your computer.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">3. <strong>Configure Wake-on-LAN in Windows<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Open Device Manager<\/strong>:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Press <code>Windows + X<\/code> and select <strong>Device Manager<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Expand <strong>Network Adapters<\/strong> and <strong>double-click<\/strong> your Ethernet adapter (e.g., Realtek, Intel).<\/li>\n\n\n\n<li>Go to the <strong>Power Management tab<\/strong>:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Check <strong>Allow this device to wake the computer<\/strong>.<\/li>\n\n\n\n<li>Check <strong>Only allow a magic packet to wake the computer<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Find Your MAC Address<\/strong>:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Right-click the <strong>network icon<\/strong> in the taskbar and select <strong>Network &amp; Internet settings<\/strong>.<\/li>\n\n\n\n<li>Go to <strong>Properties<\/strong> under your Ethernet connection.<\/li>\n\n\n\n<li><strong>Note the Physical Address (MAC)<\/strong> (e.g., <code>00:1A:2B:3C:4D:5E<\/code>).<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">4. <strong>Install Etherwake on the Home Server<\/strong><\/h3>\n\n\n\n<p>Your home server will send the <strong>magic packet<\/strong> to wake other devices in the network.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>SSH into your server<\/strong> and install Etherwake:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>   sudo apt install etherwake<\/code><\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Find the network interface<\/strong> used by your server:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>   ip a<\/code><\/pre>\n\n\n\n<p>Look for an interface marked <strong>UP<\/strong> (e.g., <code>eth0<\/code> or <code>enp0s3<\/code>).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">5. <strong>Use Etherwake to Send Magic Packets<\/strong><\/h3>\n\n\n\n<p>To wake a device, use the <strong>MAC address<\/strong> of the target device and the correct network interface.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Run the following command:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>   sudo etherwake -i &#91;network_interface] -b &#91;MAC_address]<\/code><\/pre>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>   sudo etherwake -i eth0 -b 00:1A:2B:3C:4D:5E<\/code><\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>If successful, the target device should <strong>power on<\/strong> within a few seconds.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">6. <strong>Create a Siri Shortcut for WOL (Optional)<\/strong><\/h3>\n\n\n\n<p>You can automate WOL using <strong>Siri Shortcuts<\/strong> on iOS or <strong>Tasker<\/strong> on Android to wake devices with a tap or voice command.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Steps to Create a Siri Shortcut:<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open the <strong>Shortcuts app<\/strong> on your iPhone or iPad.<\/li>\n\n\n\n<li>Tap <strong>+ (Add Shortcut)<\/strong> and select <strong>Add Action<\/strong>.<\/li>\n\n\n\n<li>Search for <strong>&#8220;Run Script over SSH&#8221;<\/strong> and select it.<\/li>\n\n\n\n<li>Fill in the details:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Host:<\/strong> <code>[server IP]<\/code><\/li>\n\n\n\n<li><strong>User:<\/strong> <code>[your server username]<\/code><\/li>\n\n\n\n<li><strong>Password:<\/strong> <code>[your server password]<\/code><\/li>\n\n\n\n<li><strong>Script:<\/strong><br><code>bash etherwake -i eth0 -b 00:1A:2B:3C:4D:5E<\/code><\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Save the shortcut and <strong>add it to your Home Screen<\/strong> or assign it to a <strong>Siri voice command<\/strong> (e.g., &#8220;Wake up my PC&#8221;).<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">7. <strong>Optional: Use Tasker for Android<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install <strong>Tasker<\/strong> from the Play Store.<\/li>\n\n\n\n<li>Create a <strong>new task<\/strong> and select <strong>&#8220;Run Command&#8221;<\/strong>.<\/li>\n\n\n\n<li>Input the same Etherwake command:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>   ssh &#91;user]@&#91;server IP] etherwake -i eth0 -b 00:1A:2B:3C:4D:5E<\/code><\/pre>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Assign this task to a <strong>widget<\/strong> or automation trigger.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">8. <strong>Test the Wake-on-LAN Setup<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Shutdown<\/strong> or <strong>put the target device to sleep<\/strong>.<\/li>\n\n\n\n<li>Send the <strong>magic packet<\/strong> using either:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Etherwake<\/strong> from the server.<\/li>\n\n\n\n<li><strong>Siri Shortcut<\/strong> or <strong>Tasker widget<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li>If configured correctly, the target device should <strong>wake up<\/strong>.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Common Troubleshooting Tips<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ethernet-only:<\/strong> WOL typically works only over Ethernet, not Wi-Fi.<\/li>\n\n\n\n<li><strong>Router Settings:<\/strong> Ensure <strong>port forwarding<\/strong> is not blocking the magic packet.<\/li>\n\n\n\n<li><strong>BIOS Settings:<\/strong> Double-check that WOL is enabled.<\/li>\n\n\n\n<li><strong>MAC Address:<\/strong> Verify the MAC address is correct (check in <strong>Device Manager<\/strong>).<\/li>\n\n\n\n<li><strong>Firewall:<\/strong> Ensure any firewall settings are not blocking WOL packets.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Summary<\/strong><\/h2>\n\n\n\n<p>With <strong>Wake-on-LAN<\/strong> configured, you can now wake up your <strong>desktop or laptop remotely<\/strong> from your home server using <strong>magic packets<\/strong>. Whether you&#8217;re using <strong>etherwake<\/strong> on the server, a <strong>Siri Shortcut<\/strong>, or <strong>Tasker<\/strong>, this setup provides a powerful way to manage your devices from anywhere.<\/p>\n\n\n\n<p>This feature works seamlessly with other tools like <strong>ISL Light<\/strong> or <strong>VPN access<\/strong> to give you full control over your devices and network remotely.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Wake-on-LAN Support for the $0 Home Server With Wake-on-LAN (WOL), you can remotely wake up devices in your network, even when they are in sleep or shutdown mode (if supported). This feature keeps the Ethernet adapter powered, listening for a \u201cmagic packet\u201d that triggers the device to wake. Below is a detailed setup guide for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":34,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[15,8,6,14,16],"class_list":["post-33","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech","tag-remote","tag-server","tag-ubuntu","tag-wake-on-lan","tag-wol"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Wake-on-LAN service on Ubuntu Server - My Tech Talks with ChatGPT<\/title>\n<meta name=\"description\" content=\"With Wake-on-LAN (WOL), you can remotely wake up devices in your network, even when they are in sleep or shutdown mode (if supported).\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wake-on-LAN service on Ubuntu Server - My Tech Talks with ChatGPT\" \/>\n<meta property=\"og:description\" content=\"With Wake-on-LAN (WOL), you can remotely wake up devices in your network, even when they are in sleep or shutdown mode (if supported).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/\" \/>\n<meta property=\"og:site_name\" content=\"My Tech Talks with ChatGPT\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-17T01:59:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-14T17:03:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1691\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"adminwp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"adminwp\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/\"},\"author\":{\"name\":\"adminwp\",\"@id\":\"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/b6442e8a5e39de0647f2ecf534e18580\"},\"headline\":\"Wake-on-LAN service on Ubuntu Server\",\"datePublished\":\"2024-10-17T01:59:51+00:00\",\"dateModified\":\"2024-11-14T17:03:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/\"},\"wordCount\":671,\"publisher\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/b6442e8a5e39de0647f2ecf534e18580\"},\"image\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg\",\"keywords\":[\"remote\",\"server\",\"ubuntu\",\"wake-on-lan\",\"WOL\"],\"articleSection\":[\"Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/\",\"url\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/\",\"name\":\"Wake-on-LAN service on Ubuntu Server - My Tech Talks with ChatGPT\",\"isPartOf\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg\",\"datePublished\":\"2024-10-17T01:59:51+00:00\",\"dateModified\":\"2024-11-14T17:03:34+00:00\",\"description\":\"With Wake-on-LAN (WOL), you can remotely wake up devices in your network, even when they are in sleep or shutdown mode (if supported).\",\"breadcrumb\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#primaryimage\",\"url\":\"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg\",\"contentUrl\":\"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg\",\"width\":2560,\"height\":1691},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zenteno.org\/tech-talks\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wake-on-LAN service on Ubuntu Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zenteno.org\/tech-talks\/#website\",\"url\":\"https:\/\/zenteno.org\/tech-talks\/\",\"name\":\"My Tech Talks with ChatGPT\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/b6442e8a5e39de0647f2ecf534e18580\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zenteno.org\/tech-talks\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/b6442e8a5e39de0647f2ecf534e18580\",\"name\":\"adminwp\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/IMG_1739.jpg\",\"contentUrl\":\"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/IMG_1739.jpg\",\"width\":512,\"height\":512,\"caption\":\"adminwp\"},\"logo\":{\"@id\":\"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/localhost:4000\"],\"url\":\"https:\/\/zenteno.org\/tech-talks\/author\/adminwp\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wake-on-LAN service on Ubuntu Server - My Tech Talks with ChatGPT","description":"With Wake-on-LAN (WOL), you can remotely wake up devices in your network, even when they are in sleep or shutdown mode (if supported).","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:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/","og_locale":"en_US","og_type":"article","og_title":"Wake-on-LAN service on Ubuntu Server - My Tech Talks with ChatGPT","og_description":"With Wake-on-LAN (WOL), you can remotely wake up devices in your network, even when they are in sleep or shutdown mode (if supported).","og_url":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/","og_site_name":"My Tech Talks with ChatGPT","article_published_time":"2024-10-17T01:59:51+00:00","article_modified_time":"2024-11-14T17:03:34+00:00","og_image":[{"width":2560,"height":1691,"url":"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg","type":"image\/jpeg"}],"author":"adminwp","twitter_card":"summary_large_image","twitter_misc":{"Written by":"adminwp","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#article","isPartOf":{"@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/"},"author":{"name":"adminwp","@id":"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/b6442e8a5e39de0647f2ecf534e18580"},"headline":"Wake-on-LAN service on Ubuntu Server","datePublished":"2024-10-17T01:59:51+00:00","dateModified":"2024-11-14T17:03:34+00:00","mainEntityOfPage":{"@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/"},"wordCount":671,"publisher":{"@id":"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/b6442e8a5e39de0647f2ecf534e18580"},"image":{"@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#primaryimage"},"thumbnailUrl":"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg","keywords":["remote","server","ubuntu","wake-on-lan","WOL"],"articleSection":["Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/","url":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/","name":"Wake-on-LAN service on Ubuntu Server - My Tech Talks with ChatGPT","isPartOf":{"@id":"https:\/\/zenteno.org\/tech-talks\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#primaryimage"},"image":{"@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#primaryimage"},"thumbnailUrl":"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg","datePublished":"2024-10-17T01:59:51+00:00","dateModified":"2024-11-14T17:03:34+00:00","description":"With Wake-on-LAN (WOL), you can remotely wake up devices in your network, even when they are in sleep or shutdown mode (if supported).","breadcrumb":{"@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#primaryimage","url":"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg","contentUrl":"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/patrick-tomasso-ymuAM4S2fxI-unsplash-2-scaled.jpg","width":2560,"height":1691},{"@type":"BreadcrumbList","@id":"https:\/\/zenteno.org\/tech-talks\/wake-on-lan-service-on-ubuntu-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zenteno.org\/tech-talks\/"},{"@type":"ListItem","position":2,"name":"Wake-on-LAN service on Ubuntu Server"}]},{"@type":"WebSite","@id":"https:\/\/zenteno.org\/tech-talks\/#website","url":"https:\/\/zenteno.org\/tech-talks\/","name":"My Tech Talks with ChatGPT","description":"","publisher":{"@id":"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/b6442e8a5e39de0647f2ecf534e18580"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zenteno.org\/tech-talks\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/b6442e8a5e39de0647f2ecf534e18580","name":"adminwp","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/image\/","url":"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/IMG_1739.jpg","contentUrl":"https:\/\/zenteno.org\/tech-talks\/wp-content\/uploads\/2024\/10\/IMG_1739.jpg","width":512,"height":512,"caption":"adminwp"},"logo":{"@id":"https:\/\/zenteno.org\/tech-talks\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/localhost:4000"],"url":"https:\/\/zenteno.org\/tech-talks\/author\/adminwp\/"}]}},"_links":{"self":[{"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/posts\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/comments?post=33"}],"version-history":[{"count":1,"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/posts\/33\/revisions"}],"predecessor-version":[{"id":35,"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/posts\/33\/revisions\/35"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/media\/34"}],"wp:attachment":[{"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/media?parent=33"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/categories?post=33"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zenteno.org\/tech-talks\/wp-json\/wp\/v2\/tags?post=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}