# Deploy Paymenter with Easypanel

URL: /templates/paymenter

Paymenter is a modern, open-source billing and client management system. It provides a seamless platform for handling payments, subscriptions, and client services with support for multiple payment gateways and automated billing processes.

## Installation notes

Connect the shell and run "php artisan app:init" to initialize the application, and paste your domain inside. Secondly, create an admin user on the same shell using "php artisan app:user:create".

## Benefits

### Modern Billing System

A comprehensive solution for managing payments, subscriptions, and client services.

### Multiple Payment Gateways

Support for various payment providers to accommodate different business needs.

### Open Source

Fully open-source solution with active community support and regular updates.

## Features

### Automated Billing

Streamlined billing processes with automatic invoice generation and payment processing.

### Client Management

Complete client portal for managing services, invoices, and support tickets.

### Redis Integration

Uses Redis for efficient caching and session management.

## Configuration

- `appServiceName` (App Service Name, required): paymenter

- `appServiceImage` (App Service Image, required): ghcr.io/paymenter/paymenter:v1.4.7

## Services

- paymenter-mysql: mariadb

- paymenter-redis: redis

- paymenter: app (ghcr.io/paymenter/paymenter:v1.4.7)

## Resources

- [Website](https://paymenter.org)

- [Documentation](https://paymenter.org/docs/getting-started/introduction)

- [Github](https://github.com/paymenter/paymenter)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/paymenter)