Self-hosting Apidog
  1. Post Deployment
Self-hosting Apidog
  • Overview
  • Introduction
    • Obtaining Apidog On-Premises License
    • System Requirements
    • Data Privacy & Compliance
  • Deployment
    • Running Apidog on Docker
    • Running Apidog on Kubernetes
    • Running Apidog Multi-Container Deployment without Kubernetes
  • Post Deployment
    • Accessing Apidog Admin Panel
    • Accessing Apidog Web Interface
    • Installing Apidog On-Premises Client
  • Configurations
    • Environment Variables
    • Database Configuration
    • Storage Services Configuration
    • Git Connection Configuration
    • Authentication Providers
      • Using LDAP for Authentication
      • Using OKTA for Authentication
      • Using OAuth2.0 for Authentication
  • Maintenance & Upgrades
    • Updating Apidog
    • Backing up Apidog
    • License Renewal
    • System Design Flow
  • Troubleshooting
    • Troubleshooting
    • FAQ
  • Apidog API (coming soon)
  1. Post Deployment

Accessing Apidog Web Interface

To access the Apidog Web Interface, open a web browser and navigate to the URL defined by the BASE_URL environment variable. The format of the URL will typically align with one of the following configurations, depending on your deployment:
https://api.example.com/web
http://192.168.0.13/web
Ensure that the BASE_URL variable is correctly configured to point to the appropriate address for your environment. This configuration is critical for ensuring proper routing to the Apidog Web application.

Supported Browers#

Apidog is designed to operate optimally across a broad range of modern web browsers. We rigorously test and support the following versions for full compatibility:
Google Chrome (v70 and above)
Mozilla Firefox (v68 and above)
Microsoft Edge (v17 and above)
Apple Safari (v11 and above)
While Apidog may function in older browser versions, full compatibility is not guaranteed, and certain features may not work as expected due to differences in rendering engines, security policies, or JavaScript support.
For optimal performance, security, and feature support, we strongly recommend using the latest stable release of your preferred browser.
Modified at 2025-12-08 05:12:49
Previous
Accessing Apidog Admin Panel
Next
Installing Apidog On-Premises Client
Built with