> ## Documentation Index
> Fetch the complete documentation index at: https://ownpay.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> OwnPay is licensed under AGPL-3.0 and is completely free - no licensing fees.
> Production docs URL: https://ownpay.org/docs - append .md to any page URL for clean markdown.
> OwnPay requires PHP 8.3+, MySQL/MariaDB, and Redis.
> MCP server available at https://ownpay.org/docs/mcp for programmatic documentation queries.
> Use root-relative links (e.g. /quickstart) for internal navigation - do NOT include /docs prefix.
> Plugin development: consult /developer/plugin-types/ pages for correct interfaces and manifests.

# Explore the OwnPay Demo - Try the Live Payment Dashboard

> Test OwnPay's multi-brand admin dashboard and public checkout on our live sandbox using prefilled administrator, staff, and customer credentials.

We host a live, fully functional demo instance of OwnPay so you can explore the user interface, configure brand assets, and test sandbox checkout integrations before setting up your own installation.

<Card title="Launch Sandbox Demo" icon="arrow-up-right-from-square" href="https://demo.ownpay.org">
  Access the live sandbox panel directly at [https://demo.ownpay.org](https://demo.ownpay.org)
</Card>

***

## Log In Credentials

Use the following pre-configured credentials to access the administrative dashboard:

| Field         | Value                     |
| :------------ | :------------------------ |
| **Panel URL** | `https://demo.ownpay.org` |
| **Username**  | `admin`                   |
| **Password**  | `admin123`                |

***

## Key Features to Explore

Once logged in, we recommend reviewing these key platform capabilities:

### Multi-Brand Switcher

In the top bar, use the brand switcher to toggle between different store contexts. Observe how payment ledgers, staff access levels, gateways, and domains are completely isolated between each brand.

### White-Label Custom Checkout

Navigate to **Appearance** to see how logos, brand palettes, and themes are customized. You can inspect how custom domain validation maps white-label gateways to external brands.

### Paired Forwarding Devices

Navigate to **Mobile & SMS** > **Paired Devices** to see how companion phone profiles are managed. You can test generating pairing codes to see the secure 5-minute OTP lifecycle.

***

<Warning>
  **Sandbox Environment Notice**
  The demo database resets completely every 24 hours. Do **not** input live production API keys, real credentials, or sensitive business information on this shared instance.
</Warning>


## Related topics

- [Node.js SDK - TypeScript-First Payment Integration](/docs/developer/integration/nodejs.md)
- [OwnPay Ecosystem - Demo, Plugins, Registry, and Support](/docs/resources/ecosystem.md)
- [OwnPay API Overview - REST API for Multi-Brand Payments](/docs/api/overview.md)
- [Developer Quickstart - Build Your First Payment Integration](/docs/developer/quickstart.md)
- [Retrieve Payment Details](/docs/api-reference/retrieve-payment-details.md)
