> 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-home-page-title.md).

# Customize Home Page Title

1. SSH to the VPS using root
2. Navigate to the following directory

```
 /usr/local/CyberCP/baseTemplate/templates/baseTemplate
```

3. Edit homePage.html

```
nano homePage.html
```

4. Change the title of the page in `line 3`
5. Restart Cyberpanel for the changes to take effect

```
sudo systemctl restart lscpd
```
