Jump to content

Good evening. I know there is product out there that you can shut off a computer using a button. I want to create a center console so i can shut off multi computers with said type of button.  Has anyone have DIY solution, or can point me to a starting point. I know there was this option back in the 90's - 2000's. I know if i had a 3d printer i could create something that would work....  

 

Thanks for reading this and the replays.

 

Link to comment
https://linustechtips.com/topic/1612941-computer-power-onoff-restart-switch/
Share on other sites

Link to post
Share on other sites

You can turn a computer off through hardware (by pressing the power button or by simulating the button press through hardware) , or through software.

 

If you want through software, you'd have to make a little application and install it on each computer you want to control and have this application run in background listing for the shut down command. When you press your physical button, a microcontroller or something connected to your local network connects to each computer's application through the network and sends the shut down commands and then the application running on each computer broadcasts to Windows the shut down command  and Windows starts shutting down. 

 

If you want to shut down computers through hardware, you can hook into each computer's on/off  button on the case.  In the ATX standard, a short press on the case power button means  go in stand-by / sleep mode (if enabled in bios) which tells the operating system to suspend/put to sleep applications and save everything to wake up on the next short press  , and  there's the long press of power button (at least 5 seconds press) which forces a full shot down, going around the operating system (the operating system isn't even notified, to the operating system it looks like a power loss, like user pulled the power cord out the AC socket)

 

So you could basically hook into the two wires going from the push button on the case to the front panel connector, and use a mechanical relay on each computer to connect those two wires together for a short period to put the PC to stand-by/sleep or for at least 5 seconds to force the PC to shut down.

 

Without going inside the computer case, you could use a mechanical relay to turn on and off the actual AC power going to the computer's power supply, but you'll then be dealing with mains voltage, which is a bit more dangerous. You'd basically make a small box that would sit between the computer power cable and the AC socket with a mechanical relay that would disconnect both active and neutral wires when you want the power to be cut off. 

 

 

Link to post
Share on other sites

9 hours ago, mariushm said:

You can turn a computer off through hardware (by pressing the power button or by simulating the button press through hardware) , or through software.

 

If you want through software, you'd have to make a little application and install it on each computer you want to control and have this application run in background listing for the shut down command. When you press your physical button, a microcontroller or something connected to your local network connects to each computer's application through the network and sends the shut down commands and then the application running on each computer broadcasts to Windows the shut down command  and Windows starts shutting down. 

 

If you want to shut down computers through hardware, you can hook into each computer's on/off  button on the case.  In the ATX standard, a short press on the case power button means  go in stand-by / sleep mode (if enabled in bios) which tells the operating system to suspend/put to sleep applications and save everything to wake up on the next short press  , and  there's the long press of power button (at least 5 seconds press) which forces a full shot down, going around the operating system (the operating system isn't even notified, to the operating system it looks like a power loss, like user pulled the power cord out the AC socket)

 

So you could basically hook into the two wires going from the push button on the case to the front panel connector, and use a mechanical relay on each computer to connect those two wires together for a short period to put the PC to stand-by/sleep or for at least 5 seconds to force the PC to shut down.

 

Without going inside the computer case, you could use a mechanical relay to turn on and off the actual AC power going to the computer's power supply, but you'll then be dealing with mains voltage, which is a bit more dangerous. You'd basically make a small box that would sit between the computer power cable and the AC socket with a mechanical relay that would disconnect both active and neutral wires when you want the power to be cut off. 

 

 

I have 3 computes, two of which i have momentary buttons already setup for them. This allows me to put the system in standby from arms reach on my desk.  The 3rd systems has a wonky mobo that has issues coming out of sleep. So i have to completely shut that one off (faster option - the mobo was from ally express.). This system does not have a remote power on swich (which will replace the button on the face of the case) yet. I want to combine all 3 systems to a nice neat location, so it be like a switch panel kinda of look. 

Link to post
Share on other sites

7 hours ago, themultimeter said:

I have 3 computes, two of which i have momentary buttons already setup for them. This allows me to put the system in standby from arms reach on my desk.  The 3rd systems has a wonky mobo that has issues coming out of sleep. So i have to completely shut that one off (faster option - the mobo was from ally express.). This system does not have a remote power on swich (which will replace the button on the face of the case) yet. I want to combine all 3 systems to a nice neat location, so it be like a switch panel kinda of look. 

So like these? Run out of the case to a panel of some sort?

3-Pack-Desktop-Computer-PC-Case-Power-Supply-On-Off-Reset-Push-Button-Switch-ATX-Front-Bezel-Universal_3188cc78-f738-414d-8953-11cb4c12f1f2.fd4b8a3baa47e4967c04590b0a6f93ad.jpeg

Link to post
Share on other sites

On 5/24/2025 at 6:03 PM, themultimeter said:

I have 3 computes, two of which i have momentary buttons already setup for them. This allows me to put the system in standby from arms reach on my desk.  The 3rd systems has a wonky mobo that has issues coming out of sleep. So i have to completely shut that one off (faster option - the mobo was from ally express.). This system does not have a remote power on swich (which will replace the button on the face of the case) yet. I want to combine all 3 systems to a nice neat location, so it be like a switch panel kinda of look. 

Assuming you are already using remote controls from Silverstone which operate by RF or Wifi (https://www.silverstonetek.com/en/product/expansion-cards/?filter=Power_OnOff_addon_cards) or something similar. If I would have better knowledge on electronics and wanted to do something like this, I would probably just cannibalize those Silverstone remotes and attach them to single unit.

 

I have been using that RF one for couple years now as my power button is located in a place where I can't easily reach it.

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×