Server configuration file instructions (after modification, the server needs to be restarted to take effect, no need to restart the agent)
1、The configuration file can be found in server/config/application.yml. Except for the MySQL database connection information (lines 18-20 of the configuration file) that needs to be modified, everything else is temporarily set to default and can be adjusted according to the actual scenario in the future
(1) Change the MySQL database connection information to your own actual information. More database connection configuration instructions
(2) Administrator account/password, default: admin/111111, You can change it to your favorite account and password, Default for now
(3) wgToken is the communication key between the server and agent, and the wgToken values in the server and agent configuration files should be consistent,Default for now
Pay attention to the yml file format rules, and leave an English space after the colon for each configuration item
Tips:If the firewall or security group of the server host is running, these two ports need to be released: 9999(Server web access port)、9998(Web SSH port, can be disabled without using web SSH)View the instructions for opening Linux firewall ports
 
The above is only a part of the configuration file server/config/application.yml. The remaining part is not displayed because it does not need to be modified during the installation and deployment process. It can be customized according to the actual scenario in the future
 
Previous Step    Next Step