Start Services and Access
1、Server startup (enter server/start under)
Note: For Linux platforms, check whether the files in the red box below have executable permissions. If not, assign executable permissions
start.sh Start Service , stop.sh stop service
Windows start.bat Start Service , Do not close the black window after startup (especially do not left click the black window to enter the selection mode, which will block operation, and right click to release it). Stop the service and close it. You can also Register the server as a Windows system service , enabling startup and hiding black windows
It takes about 10 seconds for the server to start, and then start the agent, Note: When the server is started, the server and the daemon wgcloud daemon release will be started at the same time. Do not close the daemon
The server log file is in the server/log/ directory, you can check whether there is an error message, and see the following print message in the log file, indicating that the server startup is complete
Started WgcloudServiceApplication in 13.655 seconds (JVM running for 14.998)
After startup, the browser enters http://192.168.1.1:9999/wgcloud Log in to the system and change the information in the URL to your server host IP and web port. The default login account/password is: admin/111111
Screenshot of login page of WGCLOUD monitoring system
 
2、Agent startup (enter agent/start under)
Note: For Linux platforms, check whether the files in the red box below have executable permissions. If not, assign executable permissions
start.sh Start Service , stop.sh stop service
The agent log file is in the agent/log/ directory. You can check whether there is any error information
Windows runs as administrator wgcloud-agent-release.exe . After startup, the black window cannot be closed. Stop the service and turn it off. May also Register agent as a Windows system service, enabling startup and hiding black windows
The deployment is now complete
If other hosts need monitoring, view How to deploy agent separately on monitoring host
 
Previous step    Return to the main menu