Q: How do I access the Administration Console?
The Administration Console allows Tower instance administrators to interact with all users and organizations registered with the platform. Administrators must be identified in your Tower instance configuration files prior to instantiation of the application.
- Create a
TOWER_ROOT_USERS
environment variable (e.g. via tower.env). - Populate the variable with a sequence of comma-delimited email addresses (no spaces).
Example:TOWER_ROOT_USERS=foo@foo.com,bar@bar.com
- If using a Tower version earlier than 21.12:
- Add the following configuration to tower.yml:
tower: admin: root-users: '${TOWER_ROOT_USERS:[]}'
- Depending on your deployment setup, it also required to apply the configuration above to both the cron and backend services.
- Restart the application.
- The console will now be available via your Profile drop-down menu.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article