Everything You Need to
Manage Your Servers

From domain management to email, security to monitoring — Pinkerver gives you complete control.

01

Domain Management

Manage all your domains, subdomains, and DNS records from a single intuitive interface. Pinkerver makes it effortless to host unlimited websites with full DNS control and bulk operations.

  • Unlimited domains and subdomains
  • Visual DNS editor with templates and DNSSEC support
  • Bulk import, suspend, and activate operations
  • One-click subdomain creation with auto-configuration
pinkerver - Domain Management
Domains + Add Domain
DomainStatusPHPSSL
example.com Active 8.2 Let's Encrypt
mysite.org Active 8.3 Let's Encrypt
blog.dev Active 8.2 Self-signed
staging.dev Suspended 8.1 None
02

Email Server

Run your own fully-featured email server with enterprise-grade security. Postfix and Dovecot power your outbound and inbound mail, while DKIM ensures deliverability.

  • Postfix + Dovecot with DKIM signing
  • SpamAssassin spam filtering and ClamAV antivirus
  • Roundcube webmail included out of the box
  • Per-domain email accounts with quota management
pinkerver - Email Server
Email Accounts + Create Account
AddressUsedQuota
admin@example.com 1.2 GB
60%
info@example.com 340 MB
34%
support@example.com 89 MB
9%
noreply@example.com 12 MB
1%
03

Database Management

Create and manage MySQL/MariaDB databases with ease. Monitor active processes, manage user permissions, and set per-database quotas from a clean dashboard.

  • MySQL and MariaDB support
  • Database user management with fine-grained permissions
  • Real-time process monitoring
  • Per-database quotas and usage tracking
pinkerver - Database Management
Databases + Create Database
NameSizeTablesUsers
wp_example
48.2 MB
12 1
app_production
124.5 MB
38 2
joomla_site
22.8 MB
64 1
analytics_db
256.1 MB
8 3
04

File Manager

Browse, edit, and manage files directly from your browser. The built-in code editor features syntax highlighting for all major languages, with drag-and-drop upload support.

  • Browser-based file editing with syntax highlighting
  • Drag-and-drop file upload
  • Archive extraction (zip, tar.gz, tar.bz2)
  • File permissions and ownership management
pinkerver - File Manager
/var/www/example.com/
public_html/
wp-content/
wp-config.php
index.php
.htaccess
uploads/
index.php
1 <?php
2 define('APP_ROOT');
3 require 'vendor/autoload';
4
5 // Bootstrap application
6 $app = new App();
05

SSL/TLS Certificates

Secure every domain automatically with Let's Encrypt. Certificates are provisioned and renewed without any manual intervention, with wildcard and custom certificate support.

  • Let's Encrypt auto-provisioning and renewal
  • Wildcard certificate support via DNS-01
  • Custom certificate upload for enterprise CAs
  • Per-domain SSL status dashboard
pinkerver - SSL/TLS Certificates
SSL Certificate — example.com
Certificate Active
Domainexample.com
IssuerLet's Encrypt
ExpiresJun 21, 2026
Auto-Renew
On
06

One-Click App Installer

Deploy popular web applications in seconds. The async installer tracks progress in real-time and configures everything automatically, from databases to admin accounts.

  • WordPress, Joomla, Drupal, and PrestaShop
  • phpMyAdmin with single-click deployment
  • Async progress tracking with real-time logs
  • WP-CLI integration for WordPress management
pinkerver - One-Click App Installer
Available Apps
W
WordPress
v6.5
Install
J
Joomla
v5.1
Install
D
Drupal
v10.2
Install
P
PrestaShop
v8.1
Install
pMA
phpMyAdmin
v5.2
Install
L
Laravel
v11.0
Install
07

Security

Protect your servers with multi-layered security. Fail2ban blocks brute-force attacks, ModSecurity filters malicious requests, and IP restrictions lock down access.

  • Fail2ban integration with auto-banning
  • ModSecurity WAF with OWASP rule sets
  • IP restriction policies per domain
  • Prohibited domain and security policy management
pinkerver - Security
Fail2ban Overview
142
Total Banned
3
Currently Banned
4
Active Jails
Jails
sshd 2 banned
pinkerver 1 banned
postfix 0 banned
nginx-limit 0 banned
08

Real-Time Monitoring

Keep your finger on the pulse with live metrics. CPU, RAM, disk, and network usage are tracked and visualized with 24-hour history and configurable alert thresholds.

  • CPU, RAM, and disk usage with live gauges
  • 24-hour metric history and trend graphs
  • Load average tracking and alert notifications
  • Per-domain resource usage breakdown
pinkerver - Real-Time Monitoring
Server Resources
CPU 23%
RAM 61%
Disk 45%
0.42
Load Avg
34d 12h
Uptime
187
Processes
09

Git Deploy

Push code and deploy automatically via Git hooks. Configure branch-based deployments, review deployment logs, and roll back to any previous version instantly.

  • Push-to-deploy via Git hooks
  • Branch selection for staging and production
  • Full deployment logs with timestamps
  • One-click rollback to previous deployments
pinkerver - Git Deploy
Deployments main
a3f8c2d Fix navbar responsive layout 2 min ago Deployed
e91b4fa Add user profile page 1 hour ago Deployed
7c20e3b Update dependencies 3 hours ago Deployed
1d9f8a2 Refactor auth middleware 1 day ago Rolled back
10

SSH Terminal

Access your server directly from the browser with a full-featured terminal. No external SSH client needed &mdash; just open the panel and start typing commands.

  • Browser-based root terminal
  • Full PTY support with color output
  • No external SSH client required
  • Persistent sessions with auto-reconnect
pinkerver - SSH Terminal
root@server:~# systemctl status nginx
● nginx.service - A high performance web server
Loaded: loaded (/lib/systemd/system/nginx.service)
Active: active (running) since Mon 2026-03-23
Main PID: 1847 (nginx)
Tasks: 5 (limit: 4567)
Memory: 12.4M
root@server:~#
11

Backups

Never lose data with automated and on-demand backups. Full server snapshots and per-domain backups run on your schedule, with one-click restore and configurable retention.

  • Full server and per-domain backups
  • Scheduled and on-demand backup creation
  • One-click restore from any backup point
  • Configurable retention policies
pinkerver - Backups
Backups + Create Backup
DateSizeTypeStatus
Mar 23, 2026 2.4 GB Full Completed
Mar 22, 2026 1.8 GB Full Completed
Mar 21, 2026 340 MB Domain Completed
Mar 20, 2026 2.1 GB Full Restoring
12

Multi-Server Management

Manage your entire infrastructure from a single dashboard. Monitor health across servers, migrate domains between them, and maintain consistent configurations.

  • Centralized dashboard for all servers
  • Domain migration between servers
  • Cross-server health monitoring
  • Consistent configuration templates
pinkerver - Multi-Server Management
Servers
Server 1
web-prod-01 · 12 domains
Healthy
Server 2
web-prod-02 · 8 domains
Healthy
Server 3
staging-01 · 3 domains
High Load
13

Runtime Apps

Run Node.js, Python, and Ruby applications alongside your PHP sites. Each app gets its own reverse proxy, process manager, and isolated environment configuration.

  • Node.js, Python, and Ruby support
  • Automatic reverse proxy configuration
  • Process management with auto-restart
  • Per-app environment variable configuration
pinkerver - Runtime Apps
Runtime Applications + Add App
A
api-server
Node.js 20 · :3000
Running
M
ml-service
Python 3.12 · :8080
Running
W
worker
Ruby 3.3 · :9292
Stopped
14

Cron Jobs

Schedule tasks with a visual cron editor instead of wrestling with crontab syntax. View execution history, set per-domain schedules, and monitor job success rates.

  • Visual cron editor with human-readable syntax
  • Execution history and success/failure logs
  • Per-domain job scheduling
  • Pre-built templates for common tasks
pinkerver - Cron Jobs
Cron Jobs + Add Job
ScheduleCommandLast RunNext Run
*/5 * * * * /usr/bin/php artisan schedule:run 5 min ago in 5 min
0 2 * * * /home/backup.sh 22 hours ago at 02:00
0 */6 * * * /usr/bin/php cron.php 2 hours ago in 4 hours
0 0 * * 0 /usr/local/bin/cleanup.sh 5 days ago Sunday
15

Tools & Settings

A Plesk-style admin hub with 20+ utilities at your fingertips. Configure Nginx, tweak PHP settings, manage mail preferences, and restart services &mdash; all from one place.

  • Nginx configuration and PHP settings editor
  • Mail settings, spam filter, and antivirus config
  • Service management and server component status
  • Server restart, scheduled maintenance, and activity logs
pinkerver - Tools & Settings
Security
Fail2ban
ModSecurity
Firewall Rules
General
Nginx Config
PHP Settings
DNS Templates
Mail
Postfix
Dovecot
DKIM / SPF
Server Mgmt
Services
Backups
Updates

Start managing your servers today

Deploy Pinkerver in minutes and take full control of your Ubuntu and Debian servers.