Managing a virtual private server doesn’t have to mean wrestling with complex terminal commands or struggling through bloated control panels. For developers, system administrators, and business owners looking for a lightweight, modern way to run web applications and Docker containers, 1Panel is a game-changer. Built as a fast, open-source alternative to traditional control panels like cPanel, 1Panel gives you full visual control over your server environment through a clean, intuitive web browser interface.
Whether you are launching a fresh Ubuntu or Debian VPS instance, this step-by-step guide will walk you through installing 1Panel in under 10 minutes. From initial server prep to accessing your secure dashboard for the first time, you’ll learn everything you need to get your control panel up, running, and ready for app deployment.
Get Your VPSie Instance Ready
- Create an Account: Register at the VPSie Client Portal.
- Fund Your Account: Go to Billing in the portal to add funds or set up payment methods.
- Deploy a Server: Create a Linux VM running Ubuntu 24.04 / 26.04 LTS or Debian 12 / 13 with at least 2 vCPUs and 2 GB RAM.
Update System and Install Dependencies
Ensures your package manager and security updates are current. Log into your server via SSH and update the system package database:
sudo apt update && sudo apt upgrade -y
Install network tools required for this setup:
sudo apt install -y curl wget ca-certificates
Execute 1Panel One-Command Installer
Its an automated setup script that installs Docker and 1Panel, Run the official quick-install script:
bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
What happens during installation:
- Select your preferred language (enter 1 for English).
- Confirm the installation path (Press ENTER to accept default /opt).
- If Docker is not installed. (Press ENTER to accept default: y)
- The script configures the 1Panel system service and sets up Docker automatically.
- Upon completion, the terminal displays your unique Access URL, Port, Entrance Code, Username, and Password.
Important: Copy and store the login credentials printed in the terminal. You will need them for your initial access.
After completing the installation, navigate to the URL provided. Then, log in using the username and password provided upon completion of the installation.

