{"id":20409470,"url":"https://github.com/jsakamoto/blazorwol-for-windows","last_synced_at":"2026-05-07T23:02:26.276Z","repository":{"id":66230871,"uuid":"257802624","full_name":"jsakamoto/BlazorWOL-for-Windows","owner":"jsakamoto","description":"Provides a Web UI to sending a \"WOL\" (Wake up On Lan) magic packet, on Windows OS.","archived":false,"fork":false,"pushed_at":"2020-04-22T06:49:24.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T09:02:55.408Z","etag":null,"topics":["blazor","blazor-webassembly","web-application","windows-service"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsakamoto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-22T05:39:00.000Z","updated_at":"2023-08-05T15:41:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"58af46f6-5e83-48c9-ae9e-30784c57ccac","html_url":"https://github.com/jsakamoto/BlazorWOL-for-Windows","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsakamoto%2FBlazorWOL-for-Windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsakamoto%2FBlazorWOL-for-Windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsakamoto%2FBlazorWOL-for-Windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsakamoto%2FBlazorWOL-for-Windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsakamoto","download_url":"https://codeload.github.com/jsakamoto/BlazorWOL-for-Windows/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241955039,"owners_count":20048405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","blazor-webassembly","web-application","windows-service"],"created_at":"2024-11-15T05:42:01.328Z","updated_at":"2026-05-07T23:02:21.245Z","avatar_url":"https://github.com/jsakamoto.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blazor WOL for Windows\n\n## Summary\n\nThis application provides a Web UI to sending a \"WOL\" (Wake up On Lan) magic packet, on Windows OS.\n\nThis is a console program based on .NET Core 3.1 and the UI is built on Blazor WebAssembly.\n\nThis application can also run as a Windows service.\n\n## Download\n\nDownload the latest version of the zip package from [\"Release\"](https://github.com/jsakamoto/BlazorWOL-for-Windows/releases) page, and extract it to any folder somewhere you prefer.\n\n## Usage\n\n### Launch it by stand-alone mode\n\nYou can launch this application from the command line:\n\n```shell\n\u003e Blazor WOL.Server\n```\n\nAfter launch it, you can access to that UI via `http://localhost:5000/`.\n\n### Install as a Windows Service\n\nYou can install this application as a Windows Service by `install` command, like this:\n\n```shell\n\u003e Blazor WOL.Server install\n```\n\nOnce after you did it, you can manage it from \"Windows Service Management Console\", such as start the service, and stop the service.\n\nYou can also execute `install` command with command line options like this:\n\n```shell\n\u003e BlazorWOL.Server install --urls http://+:8080/\n```\n\nIf you want to remove it from Windows Service, you can do it with `uninstall` command, like this:\n\n```shell\n\u003e Blazor WOL.Server uninstall\n```\n\n### Command line options\n\n#### --urls `\u003curl\u003e`\n\nYou can change the URLs to listen.\n\nexample:\n\n```shell\n\u003e Blazor WOL.Server --urls http://+:8080/\n```\n\n#### --application-data-location `\u003cpath-to-folder\u003e`\n\nYou can change the folder to store the JSON file which contains device list data.\n\nexample:\n\n```shell\n\u003e Blazor WOL.Server --application-data-location C:\\temp\n```\n\n#### --base-href `\u003cpath\u003e`\n\nYou can change the base URL. This option useful for deploy this application behind the reverse proxy for make the URL for this application to sub-path.\n\nexample:\n\n```shell\n\u003e Blazor WOL.Server --base-url /app/wol/\n```\n\n## Change the command-line options after it's installed as a Windows Service\n\nAs you know, you can configure command-line options for the Windows Service of this application when install time.\n\n\nAnd also, you can change it after it's installed by editing the Windows registry.\n\nOpen registry key `HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\BlazorWOL` by Windows registry editor (\"regedit\"), and change `ImagePath` value.\n\n## License\n\n[The Unlicense](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsakamoto%2Fblazorwol-for-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsakamoto%2Fblazorwol-for-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsakamoto%2Fblazorwol-for-windows/lists"}