import{_ as e,c as a,o as t,a4 as i}from"./chunks/framework.BmdFiWrL.js";const g=JSON.parse('{"title":"Frequently Asked Questions about the Dashboard","description":"","frontmatter":{"outline":"deep"},"headers":[],"relativePath":"en_US/guide/dashboardq.md","filePath":"en_US/guide/dashboardq.md","lastUpdated":1721002941000}'),s={name:"en_US/guide/dashboardq.md"},n=i(`
First, let's explain how the IP displayed in the Admin panel is obtained: The Agent periodically requests IP-API to get IP information and reports it to the Dashboard. The currently used IP-API can be viewed here: myip.go.
If you find that the IP displayed in the Admin panel is different from the IP provided by your service provider, it is most likely that the service provider has given you an entry IP, but the Agent is testing your exit IP. This issue can also occur with multi-line servers and IPLC private lines.
TIP
For example, a common scenario is that the service provider gives you a high-defense server. To meet both high defense and low network interruption rate goals, the IP provided may be a mapped high-defense IP rather than your server's real exit IP.
You can also test the exit IP on the Agent server by running the following commands:
curl https://ipapi.co/ip/
curl ip.sb
curl ip-api.com
Please view or edit the /opt/nezha/dashboard/data/config.yaml
file.
The password is located under the site-viewpassword
item.
First, try restarting Docker before proceeding:
systemctl status docker
systemctl restart docker
systemctl status docker
After restarting, try reinstalling the Dashboard.
If iptables errors persist, consider disabling or removing iptables.
This issue might also be related to the kernel, so switching to the official kernel can be another solution.
If this issue occurs, you can modify the configuration via the installation script or directly edit the /opt/nezha/dashboard/docker-compose.yaml
file.
If the Dashboard page layout is incorrect, it's usually due to missing or inaccessible CSS files.
To resolve this, try restarting and updating the Dashboard
first.
If the problem persists after updating, the issue may be due to inappropriate configurations in your vhost file. You can edit the Nginx vhost file or use the aaPanel to:
Find the site configured during Dashboard installation in Websites
and click Settings
on the right.
Select Configuration File
and remove the following lines:
location ~ .*\\.(js|css)?$
{
expires 12h;
error_log /dev/null;
access_log /dev/null;
}
Save the configuration, clear the browser, Nginx, and CDN caches, and refresh the page to see if it returns to normal.
The value entered for the DDNS provider is incorrect. Currently, only webhook
, cloudflare
, tencentcloud
, and dummy
are supported.
The entered DDNS AccessID
or AccessSecret
is incorrect.
This error indicates that no TCP-Ping or ICMP-Ping type monitoring has been set in the services page or monitoring data has not yet been generated.
If it has been set up, wait for some time and then check again.
This is often due to an incomplete certificate. Add the -d parameter to the agent run command. If the log contains x509:certificate signed by unknown authority
, replacing with a complete certificate will solve the problem.
Common in scenarios like batch adding Agents, you can directly modify the database.
Note that not everything in the database can be modified; incorrect modifications can lead to data corruption and inability to start the Dashboard. Do not modify the database casually!
DANGER
Again, do not modify the database casually!
If you need to modify data in the database, stop the dashboard container first.
The database type is sqlite3, located at /opt/nezha/dashboard/data/sqlite.db
. Backup before modifying.
Agents typically update automatically, but the Dashboard does not and requires manual updates.
Agent Command Issuance Failed
When Connecting to Web Terminal When the Agent is offline, or the connection between the Agent and the Dashboard is unstable, it may cause issues with connecting to the Web Terminal. Please check if the Agent is running normally and maintaining a stable connection with the Dashboard.
`,33),o=[n];function r(d,h,l,c,p,u){return t(),a("div",null,o)}const f=e(s,[["render",r]]);export{g as __pageData,f as default};