31 lines
1.7 KiB
Markdown
Executable File
31 lines
1.7 KiB
Markdown
Executable File
**WordPress environment**: [${globals.PROTOCOL}://${env.domain}/](${globals.PROTOCOL}://${env.domain}/)
|
|
|
|
Use the following credentials to access the admin panel:
|
|
|
|
**Admin Panel**: [${globals.PROTOCOL}://${env.domain}/wp-admin/](${globals.PROTOCOL}://${env.domain}/wp-admin/)
|
|
**Login**: ${user.email}
|
|
**Password**: ${globals.WP_ADMIN_PASS}
|
|
|
|
Use the following credentials to access the LiteSpeed ADC admin console:
|
|
|
|
**Admin Console**: [https://node${nodes.bl.master.id}-${env.domain}:4848](https://node${nodes.bl.master.id}-${env.domain}:4848)
|
|
**Login**: admin
|
|
**Password**: ${globals.LS_ADMIN_PASS}
|
|
|
|
**Note:** Every time when you need to make settings customization you should apply it to all the load balancer nodes via their admin panels. To access every load balancer admin panel use the same URL and just substitute the ${nodeId} value with respective one for every load balancer node.
|
|
|
|
Use the following credentials to access the LiteSpeed WEB Server admin console:
|
|
|
|
**Admin Console**: [https://node${nodes.cp.master.id}-${env.domain}:4848](https://node${nodes.cp.master.id}-${env.domain}:4848)
|
|
**Login**: admin
|
|
**Password**: ${globals.LS_ADMIN_PASS}
|
|
|
|
**Note:** Every time when you need to make settings customization you should apply it to all the web server nodes via their admin panels. To access every web server admin panel use the same URL and just substitute the ${nodeId} value with respective one for every web server node.
|
|
|
|
Manage the database nodes using the next credentials:
|
|
|
|
**phpMyAdmin Panel**: [https://node${nodes.sqldb.master.id}-${env.domain}/](https://node${nodes.sqldb.master.id}-${env.domain}/)
|
|
**Username**: ${globals.DB_USER}
|
|
**Password**: ${globals.DB_PASS}
|
|
|