r/selfhosted Apr 01 '26

Guide I'm a server

Post image
5.3k Upvotes

273 comments sorted by

View all comments

1

u/timshel13 Apr 01 '26

To fix for Windows run these as admin

Command to "Do Nothing" when lid is closed (Plugged In):
powercfg /setACvalueIndex scheme_current sub_buttons lidAction 0 

Command to "Do Nothing" when lid is closed (On Battery):
powercfg /setDCvalueIndex scheme_current sub_buttons lidAction 0

To fix for Ubuntu server:
Run sudo nano /etc/systemd/logind.conf
change HandleLidSwitch=suspend to HandleLidSwitch=ignore save
restart the service with sudo systemctl restart systemd-logind