# Power Management

This server will always be powered on so that it can respond to requests from the internet.

We will need to disable sleep, suspension and hibernation so that the computer won't turn off when idle.

Open your terminal and enter the command:

```bash
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
```

<table border="1" id="bkmrk-" style="border-collapse: collapse; width: 100%; border-width: 1px;"><colgroup><col style="width: 50.1466%;"></col><col style="width: 50.1466%;"></col></colgroup><tbody><tr><td>[![image.png](https://hub.subspace.services/uploads/images/gallery/2025-04/scaled-1680-/0Ttimage.png)](https://hub.subspace.services/uploads/images/gallery/2025-04/0Ttimage.png)</td><td>[![image.png](https://hub.subspace.services/uploads/images/gallery/2025-04/scaled-1680-/R43image.png)](https://hub.subspace.services/uploads/images/gallery/2025-04/R43image.png)</td></tr></tbody></table>