> For the complete documentation index, see [llms.txt](https://docs.sikka.io/vps-workbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sikka.io/vps-workbook/customizing-cyberpanel/customize-login-page.md).

# Customize Login Page

1. Go to the following directory:

```
/usr/local/CyberCP/loginSystem/templates/loginSystem/
```

2. Modify the login.html file (or copy the content from this [gist](https://gist.github.com/zaaakher/c4b57c964825c6a6997900c2c040d43a))

```
nano login.html
```

3. Restart Cyberpanel for the changes to take effect:

```
sudo systemctl restart lscpd
```
