Version: 1.5.8
OpenPanel Installation on Vultr
This guide will walk you through deploying OpenPanel on a Vultr instance with Ubuntu.
Prerequisites​
- An active Vultr account.
- Basic familiarity with SSH and terminal commands.
Step 1: Create a Vultr Instance​
- Log in to your Vultr account.
- Click Products → Deploy New Instance.
- Choose a server location near your users.
- Select an OS image:
- Ubuntu 24.04
- Choose a server size meeting minimum requirements:
- 1 CPU, 2 GB RAM (recommended:
Cloud Compute
or equivalent)
- 1 CPU, 2 GB RAM (recommended:
- Configure SSH key authentication (recommended) and add your public key.
- Complete the instance creation.
Step 2: Connect to Your Instance​
Use SSH to connect:
ssh root@yourInstanceIp
Replace
yourInstanceIp
with the public IP of your Vultr instance.
Step 3: Run the OpenPanel Installer​
Run the installation script:
bash <(curl -sSL https://openpanel.org)
Follow the prompts to select your preferred database engine and complete installation.
Step 4: Access OpenPanel​
- Open your browser and navigate to:
https://yourInstanceIp:2087
- Log in using the credentials created during installation.
Notes​
- Ensure your Vultr instance meets OpenPanel minimum requirements.
- For production environments, consider restricting firewall access after installation.
- Use the OpenPanel Install Command Generator for advanced configuration options.
Congratulations! You have successfully installed OpenPanel on Vultr.