π Panel Installation Guide
OV-Panel can be easily installed on your server using the official automated script.
This guide will walk you through everything you need to get started.
π§© Requirements
Before installation, make sure your server meets the following requirements:
| Requirement | Description |
|---|---|
| π» Operating System | Ubuntu 20.04+ (Debian-based) |
| π§ Minimum RAM | 2 GB |
| π Domain or Subdomain | Must be pointed to your serverβs IP |
| βοΈ Privileges | Root access or a user with sudo permissions |
π οΈ Installation
To install OV-Panel, simply run the following command in your server terminal:
bash <(curl -s https://raw.githubusercontent.com/primeZdev/ov-panel/main/install.sh)
π Using a Domain (Optional but Recommended)
If you want to access your panel using a domain or subdomain instead of an IP address:
- Make sure your domain is pointed to your serverβs IP address (using an A record).
- Install an SSL certificate for your domain (for example, using Certbot or Nginx Proxy Manager).
- Open your
.envfile located at/opt/ov-paneland update ssl path. - Save the file and restart the panel to apply the changes:
π‘ Tip: Using HTTPS improves security and prevents login or session issues.