[GH-ISSUE #352] Built in WakeOnLan option #1267

Closed
opened 2026-02-28 12:03:25 +03:00 by kerem · 2 comments
Owner

Originally created by @Gameniti on GitHub (Feb 4, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/352

Originally assigned to: @VShawn on GitHub.

Describe the solution you'd like
I would like to have the option to enable WakeOnLan for some of my machines. I have some that only run when I need them and I currently have to start them manually. If you could add WOL as an option this would be fantastic.

Originally created by @Gameniti on GitHub (Feb 4, 2023). Original GitHub issue: https://github.com/1Remote/1Remote/issues/352 Originally assigned to: @VShawn on GitHub. **Describe the solution you'd like** I would like to have the option to enable WakeOnLan for some of my machines. I have some that only run when I need them and I currently have to start them manually. If you could add WOL as an option this would be fantastic.
Author
Owner

@VShawn commented on GitHub (Feb 4, 2023):

I have never used the WOL function (because I never shut down), I will later research how to implement waking up the computer through WOL and the possibility of integrating it into the APP. And I need to consider if the WOL feature is part of PRemoteM functionality.

In fact, you can still wake up your computer by writing a BAT script like this:

image

<!-- gh-comment-id:1416687001 --> @VShawn commented on GitHub (Feb 4, 2023): I have never used the WOL function (because I never shut down), I will later research how to implement waking up the computer through WOL and the possibility of integrating it into the APP. And I need to consider if the WOL feature is part of PRemoteM functionality. In fact, you can still wake up your computer by writing a BAT script like this: ![image](https://user-images.githubusercontent.com/10143738/216755064-0bc66038-dd1d-4010-b6af-3830d709aea1.png)
Author
Owner

@majkinetor commented on GitHub (Feb 7, 2023):

Creting this feature seems simple enough, based on the pwsh script I am looking at now. We need remote computers MAC address though (maybe you get it when its ON, so you can use it later when its OFF). There is some info on it here. I would keep any potential solution cross platform though, because it will be easier some day to eventually port 1RM to linux.

Seems like not bad option to have. I always keep all my computers on though, but I could test this myself too.

<!-- gh-comment-id:1421441062 --> @majkinetor commented on GitHub (Feb 7, 2023): Creting this feature seems simple enough, based on the [pwsh script](https://www.pdq.com/blog/wake-on-lan-wol-magic-packet-powershell) I am looking at now. We need remote computers MAC address though (maybe you get it when its ON, so you can use it later when its OFF). There is some info on it [here](https://stackoverflow.com/questions/12802888/get-a-machines-mac-address-on-the-local-network-from-its-ip-in-c-sharp). I would keep any potential solution cross platform though, because it will be easier some day to eventually port 1RM to linux. Seems like not bad option to have. I always keep all my computers on though, but I could test this myself too.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#1267
No description provided.