Skip to content

Installation

Follow the steps below to install and run the Subgate Microservice:

bash
git clone https://github.com/subgate-microservice/subgate.git
cd subgate
docker compose up --build

That's it! Once the service is running, you can access the following:

Admin Panel

  • URL: http://localhost
  • Description: A user-friendly interface for managing plans and subscriptions manually. Create an account on your first sign-in or use the test credentials: test@test.com:qwerty

API Endpoints

PS. If you're using Python, an official client is available for easier integration.

API Documentation