Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Start your PC from a web page with a Raspberry Pi and a Relay/Transistor

License

Notifications You must be signed in to change notification settings

joedmck/rpi-remote-pc-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote PC Boot System

This system allows you to, with a Raspberry Pi and a relay module, short out the power button pins on your motherboard remotely, hence turning it on.

You control the relay using a button on a password protected web page that runs on your Raspberry Pi, which then runs a script on the pi which closes the relay for 0.5 seconds, and turning your computer on.

Installation

Copy assets/ and index.html to your web server directory. Copy pcon to /usr/local/bin and chmod +x it. Protect the website with http basic authentication and set up SSL, as otherwise your credentials will be sent in plain text and be easily intercepted.

TODO

  • Installation script.
  • Security instructions.
  • Migrate to NodeJS to eliminate use of PHP.
  • Inbuilt authentication (instead of http basic).