the open source Linux server management panel, in your browser
1Panel is a modern, open source web control panel for managing a Linux server from the browser. From one clean dashboard it handles websites and their reverse proxy, Docker containers and images, databases, files, cron jobs, SSL certificates and the host firewall, and it ships an App Store of one-click self-hosted applications so common services deploy without touching the command line. The cloudimg image runs the panel with Docker Engine as its application runtime, so a production grade server panel is online within a minute or two of launch.
The cloudimg image generates a fresh administrator username, password and secret entrance on the first boot of every instance and writes them to a root only file, so no default or shared login ever ships in the image. The panel is reachable only over its secret entrance path, hidden from casual port scans. Docker Engine is preinstalled and managed by the panel, the base OS is fully patched with unattended security updates enabled, and every deployment is backed by 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## Overview
1Panel is a modern, open source web control panel for managing a Linux server entirely from the browser. From one clean dashboard it handles websites and their reverse proxy, Docker containers and images, databases, files, cron jobs, SSL certificates and the host firewall, and it ships an App Store of one-click self-hosted applications so common services deploy without touching the command line. This image delivers 1Panel fully installed with Docker Engine as its application runtime, so a production-grade server panel is online within a minute or two of launch.
## Why This Image Over Manual Installation
Installing 1Panel by hand means provisioning an instance, installing Docker, downloading and verifying the panel release, running its installer, and - most importantly - securing the default administrator before the panel is exposed. This image closes that gap: a unique administrator username, password AND secret entrance are generated on the first boot of every instance and written to a root-only file, so no default or shared login ever ships in the image. The panel is reachable only over its secret entrance path, hidden from casual port scans.
## Application Stack
1Panel is a native Go application managed by two systemd services - the web panel on port 10086 and its agent - plus the 1pctl control CLI. Its installer installs Docker Engine and the Compose plugin, which 1Panel uses to run the applications, databases and websites you deploy through it. Docker and the panel start on boot.
## Manage Your Server From The Browser
## Security and Hardening
On first boot a one-shot service generates a fresh administrator username, password and secret entrance unique to that instance, records them in a file only the root user can read, and surfaces them in the login banner. No default credential ships in the image, and the dashboard is served only behind the secret entrance - the bare panel port does not reveal it. The base OS is fully patched with unattended security updates enabled.
## Concrete Use Cases
## Ready To Use
Retrieve the generated credentials from the instance, browse to the secret entrance URL, and sign in - the panel and Docker are already running.
## cloudimg Support
1Panel is one of the most widely adopted open source Linux server management panels, with a large global community.