Terraform
- Terraform Enterprise
- 1.0.x
- v202507-1
- v202506-1
- v202505-1
- v202504-1
- v202503-1
- v202502-2
- v202502-1
- v202501-1
- v202411-2
- v202411-1
- v202410-1
- v202409-3
- v202409-2
- v202409-1
- v202408-1
- No versions of this document exist before v202408-1. Click below to redirect to the version homepage.
- v202407-1
- v202406-1
- v202405-1
- v202404-2
- v202404-1
- v202402-2
- v202402-1
- v202401-2
- v202401-1
- v202312-1
- v202311-1
- v202310-1
- v202309-1
- v202308-1
- v202307-1
- v202306-1
- v202305-2
- v202305-1
- v202304-1
- v202303-1
- v202302-1
- v202301-2
- v202301-1
- v202212-2
- v202212-1
- v202211-1
- v202210-1
- v202209-2
- v202209-1
- v202208-3
- v202208-2
- v202208-1
- v202207-2
- v202207-1
- v202206-1
Configure admin console
The admin console is a separate interface from the main Terraform Enterprise application and is designed specifically for administration tasks. The admin console provides the following administrative capabilities:
- Generate and download product usage bundles
- Create diagnostic bundles for troubleshooting
- Collect system logs and configuration data
- Export bundles for IBM Support
Refer to Manage Terraform Enterprise deployment overview for additional information about performing administrative tasks.
Requirements
- Terraform Enterprise v1.1.x or newer
- Administrative access to the Terraform Enterprise deployment
- Network access to the admin console port. By default, admin console runs on port
8443.
Configuration
- Admin console runs on port
8443by default, but you can set theTFE_ADMIN_HTTPS_PORTenvironment variable to a different port. - To disable the admin console, set the
TFE_ADMIN_CONSOLE_DISABLEenvironment variable totruein your deployment configuration.
Access admin console
To access the admin console, go to the following address in a browser window to access the console:
https://<your-tfe-hostname>:<admin_console_port>
You must present an API token with administrative access to authenticate to the admin console. Refer to the Access admin console for more information.
View audit logs
Terraform Enterprise logs access and authentication events for the admin console and system API operations for auditing purposes. Terraform Enterprise emits the events with structured fields so that downstream systems can parse them consistently. For more information about audit logging for security-related events, refer to Enable logs.
Troubleshooting
Complete the following troubleshooting steps to diagnose and resolve issues with admin console.
Check port accessibility
Verify that the admin console port is accessible from your network. Refer to the TFE_ADMIN_HTTPS_PORT reference for more information.
Test the API functionality
Confirm that the system API responds to requests by testing the ping endpoint. Refer to the /ping endpoint documentation for testing instructions.
Validate access token
Test access using a new authentication token to rule out token-related issues. Refer to the token generation documentation for creating new tokens.
Review system logs
Check system logs for error messages related to the Admin Console. If you cannot access the Admin Console interface, you can generate support bundles using the tfectl command-line tool as an alternative method. Refer to the support bundle generation documentation for details.
Check Audit Logs
Review audit logs to identify authentication issues or failed access attempts. Use the details described in Audit Logging to access and interpret log entries.