Remote Wake on LAN HTTP Website (Java Spring Tutorial) Enable WOL | Send Magic Packet | Docker

Опубликовано: 08 Май 2025
на канале: Cyecize
1,618
36

Create your own application for remotely waking up your computer.
You don't need to follow the coding part, the code is uploaded here:
https://github.com/Cyecize/Remote-Wak...

You can deploy it as a standard jar file or as a docker image.
The app is a very simple spring boot web app that only needs to know the MAC and IP address of the PC you want to wake up and it will send a "Magic Packet" to it on your request.


Timecodes:
0:00 - Intro
2:45 - Disclaimer
3:11 - Create Empty Spring Boot Project
5:40 - Set Up Spring Security
13:45 - Ping Remote Server
17:46 - Send Magic Packet
18:08 - Broadcast vs Send To IP
19:40 - Send Magic Packet (Continue)
20:54 - What is Magic Packet?
21:37 - Send Magic Packet (Continue)
26:19 - Deploy as Jar file
28:47 - Deploy as Docker image
30:23 - Enable Wake-On-Lan on your PC
32:38 - Testing
33:13 - Outro & Future of the Repo