---
title: "Deploy Paymenter"
description: "Billing and hosting automation with generated admin, MariaDB, and Redis"
category: "Other"
url: https://railway.com/deploy/paymenter-v157-railway
---

# Deploy Paymenter

Billing and hosting automation with generated admin, MariaDB, and Redis

**[Deploy Paymenter on Railway](https://railway.com/template/paymenter-v157-railway)**

- **Creator:** Tom
- **Category:** Other
- **Total deploys:** 1

## Template content

### paymenter https://raw.githubusercontent.com/Paymenter/Docs/d4b342a8972372b9660bf752ac7aa7bbf22aa5a6/public/apple-touch-icon.png

- **Source:** https://github.com/monotykamary/railway-template-paymenter
- **Health check:** /
- **Public domain:** Yes

### mariadb https://devicons.railway.app/i/mariadb.svg

- **Image:** mariadb:11.8.3@sha256:ae6119716edac6998ae85508431b3d2e666530ddf4e94c61a10710caec9b0f71

### redis https://devicons.railway.app/i/redis.svg

- **Image:** redis:7.4.5-alpine@sha256:bb186d083732f669da90be8b0f975a37812b15e913465bb14d845db72a4e3e08
- **Start command:** `redis-server --appendonly yes --appendfsync everysec`

## Documentation

# Deploy and Host Paymenter on Railway

## About Hosting Paymenter

Paymenter is open-source billing, invoicing, client-management, and service-automation software built for hosting providers. This template deploys stable release `v1.5.7` with private MariaDB and Redis services and durable application storage.

## Common Use Cases

- Bill customers for hosting products and subscriptions
- Automate provisioning through Paymenter extensions
- Manage invoices, services, support tickets, and customers
- Integrate payment gateways and hosting control panels

## Dependencies for Paymenter Hosting

### Deployment Dependencies

The template creates a public `paymenter` service plus private `mariadb` and `redis` services. Paymenter and both dependencies receive persistent volumes and backup schedules.

### Implementation Details

The Paymenter service owns the public HTTPS domain. Its container runs nginx, PHP-FPM, the Redis queue worker, and the Laravel scheduler together, matching the upstream shared-filesystem design. A narrow adapter maps generated configuration, OAuth encryption keys, private uploads, themes, and extensions into one Railway volume.

On an empty database, the adapter creates the first administrator from `PAYMENTER_ADMIN_EMAIL` and the generated `PAYMENTER_ADMIN_PASSWORD`. Read those values in the Paymenter service variables, sign in at `/login`, and rotate the password. Do not change database or Redis references independently.

Payment gateways, mail, registrars, and hosting-panel integrations require external credentials and post-deploy configuration.

### Why Deploy Paymenter on Railway?

Railway provides HTTPS, private database/cache networking, persistent storage, backup schedules, generated credentials, and an intentionally pinned upgrade path for a complete Paymenter installation.


## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — [Jul'26] Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

Open this page in a browser: https://railway.com/deploy/paymenter-v157-railway
