I'm trying to set up remote streaming from my PC at home to my laptop while I'm at college. The problem is that I can easily use Remote Desktop or Steam Link to stream, but I can't power on my computer remotely when it's turned off. I've attempted to configure Wake-on-LAN with apps like Wolow, but they don't work for me when I'm connected to a different network. Is there a way to turn my PC on from afar without using a VPN?
5 Answers
A more complex solution would be to get a cheap Linux machine, secure it, and have it on your network. You can then SSH into it from the outside and send Wake-on-LAN packets to your main machine. You will need to deal with port forwarding and possibly a dynamic DNS setup if you're not using a static IP.
If Wake-on-LAN isn't working for you, you can set your BIOS to automatically power on after a power loss. Coupled with a smart power plug, that solution can work well.
You really should consider setting up a home VPN. It helps facilitate various network tasks, including turning your PC on remotely.
Some routers, like Asus with the Merlin firmware, have built-in support for Wake-on-LAN. However, exposing your router's admin interface to the internet comes with security risks, so be cautious about that.
Definitely a good point! I wouldn't recommend opening up any unprotected interfaces to the web.
If you want an even more high-tech solution, consider getting a WiFi mains relay that checks for a specific value in the cloud. That way, it won't expose your network directly.
If you're stuck on port forwarding, there's a pretty helpful wiki article you can check out.