Self-hosting Apidog
  1. Installation
Self-hosting Apidog
  • Installation
    • Installation Overview
    • Obtaining Apidog On-premises License
    • Running Apidog on Docker
    • Running Apidog on Kubernetes
    • Running Apidog Multi-Container Deployment without Kubernetes
    • Admin Panel
    • Installing Apidog Client
    • Backing up Apidog
    • Renewing Apidog
    • Updating Apidog
    • Supported browsers
    • Privacy
  • Configuration
    • Environment Variables
    • Configuring the application database
    • Configuring the application storage service
    • Using LDAP for authentication
    • Using OKTA for authentication
    • Using OAuth2.0 for authentication
  • Apidog API (coming soon)
  • Troubleshooting
    • Troubleshooting
    • FAQ
  1. Installation

Admin Panel

After deploying the Apidog server, you can access the Apidog admin panel at the URL: {BASE_URL}/admin.
The username and password are the values of the ADMIN_USERNAME and ADMIN_PASSWORD environment variables.

Overview#

The Overview section displays some basic information about the Apidog server, including the number of Teams, Projects, Members, and Licenses, as well as the expiration date of the Licenses.
image.png
Please note that the number of Members may be higher than the number of active Licenses, as Members can be disabled when they leave the organization. Licenses only limit the number of currently active clients, and do not account for historical user accounts in the server.
To make the statistics more meaningful, the option to exclude Teams with only 1 Member is provided. This helps filter out the automatically generated personal Teams that are created for new users, which contain a sample project.
You can also see data such as Test Coverage and User Usage here.

Teams, Projects, and Users#

Here the admin can view the lists and basic data of all Teams, Projects, and Users.
For Teams and Projects, the admin can only view the basic information here.
For Users, the admin can perform the following operations:
1.
Modify the username and registered email
2.
Disable users to free up their licenses for reallocation.
3.
Reset user passwords
4.
Grant users Super Admin privileges. Super Admins can access data from all teams within the system via the desktop client without needing to join those teams.
Previous
Running Apidog Multi-Container Deployment without Kubernetes
Next
Installing Apidog Client
Built with