教程
iManager Accounts Summary
SuperMap iManager has lots of applications, some of the applications have username and password, such as the intial account of iManager administrator and the account of MariaDB. Here we list all of the application accounts in iManager:
Application Name | Username/Password | Function | Modification | Remark |
---|---|---|---|---|
SuperMap iManager | admin/admin | The back end of iManager | Modify the password in Security > User of iManager interface; Unsupport to modify username | You have to modify the password at the first time logging in iManager, the number of characters of password should be more than 8, including letters, numeric, and special symbols |
MariaDB | imanager/imanager | The database of iManager | Add and set the values of DB_USER and DB_PASSWORD under the "imanager" service in 'docker-compose.yml' file, modify the values of MYSQL_USER and MYSQL_PASSWORD respectively consistent with the previous two values under the "mariadb" service. | The 'docker-compose.yml' file is in the iManager installation directory(the directory in which you execute 'install.sh' command to install iManager) |
Elastic | elastic/changme | Used for the functions of hotspot maps and iServer logs | Modify the value of ELASTIC_PASSWORD in '.env' file to change the passowrd; Unsupport to modify the username | The '.env' file is in the iManager installation directory(the directory in which you execute 'install.sh' command to install iManager) |
MailServer | admin@imanager.com/supermap | Email service | Modify the value of EMAIL_USERNAME in 'docker-compose.yml' file to change the username, modify the EMAIL_PASSWORD to change the password | The 'docker-compose.yml' file is in the iManager installation directory(the directory in which you execute 'install.sh' command to install iManager) |