---
outline: deep
---
# Settings
## Site Title
You can customize the site title in this section.
## Administrator List
- If you have changed your Github, Gitlab, or Gitee username, you need to update it here to avoid login issues. Separate multiple usernames with commas: `user1,user2`.
- To change the administrator account, go to `/opt/nezha/dashboard/data/config.yaml` and reset the new administrator `Client ID` and `Client Secret`.
## Theme
Select the theme for the homepage and admin panel here. If a theme that already exists is not in the options, update the Dashboard.
Before enabling the Custom theme, ensure you have installed the custom theme; otherwise, the Dashboard will not display correctly after enabling this option.
## Language
Nezha Monitoring currently supports the following languages:
- Simplified Chinese (简体中文)
- Traditional Chinese (繁體中文)
- English
- Spanish (Español)
We welcome corrections to translations or contributions of more languages.
## Custom Code (style, script)
You can modify the LOGO, adjust colors, add beautification code, and add statistical code here.
:::warning
Custom code only affects the visitor homepage, not the admin panel. Due to differences in code between themes, if you need to modify the content in the admin panel, please modify the theme files in Docker.
:::
#### Example of Changing Progress Bar Color, Background Image, Navigation Bar, etc., in the Default Theme
Click to expand/collapse
```html
```
#### Example of Changing Progress Bar Color and Modifying Footer in DayNight Theme (by [@hyt-allen-xu](https://github.com/hyt-allen-xu) and [@tech-fever](https://github.com/tech-fever))
Click to expand/collapse
```html
```
#### Example of Changing LOGO and Footer in Default Theme (by [@iLay1678](https://github.com/iLay1678))
Click to expand/collapse
```html
```
#### Example of Changing Background Image in Hotaru Theme
Click to expand/collapse
```html
```
## View Password
If you don't want to display your Dashboard directly to visitors, you can set a view password here. After setting the password, visitors need to enter the password to access the homepage.
## Non-CDN Dashboard Server Domain/IP
This setting is a prerequisite for using the one-click script to install the Agent. For details, please see [here](/en_US/guide/agent.html#preparation).
## IP Change Notifications
If you want to receive notifications when a server's IP changes, you can set it up here.
#### Coverage
Select a rule to determine which servers to monitor. Choose according to your needs.
#### Specific Servers
Set exclusions for the selected rule in conjunction with the coverage scope.
#### Send Notifications to a Specific Notification Group
Choose a notification method, which should be set up in advance on the "Notification" page.
:::warning
**Notifications take effect after enabling this setting.**
:::
#### Show Full IP Address in Notifications
IP change notifications hide the full IP by default. If you don't want to hide it, check "Show Full IP Address in Notification."
## Disable Homepage Theme Switching
By default, the Dashboard allows visitors to change the theme. This feature only affects individual visitors and does not affect the theme set by the administrator in the admin panel. If you don't want visitors to switch themes, check this option.