dPanel dPanel
← All documentation
Deployment

Getting Started with dPanel: Installation and Setup

Aug 26, 2026 · 4 views

Getting Started with dPanel: Installation and Setup

Welcome to dPanel, a powerful and source-available control panel designed to simplify server and website management. This guide will walk you through the installation and initial setup process.

Prerequisites

Before installing dPanel, ensure you have the following:

  • A Linux-based server (Ubuntu 20.04 LTS or later recommended)
  • Root or sudo access to the server
  • A domain name pointed to your server's IP address (optional but recommended)
  • Basic knowledge of terminal commands

Installation Steps

  1. Update your system packages:

    sudo apt update && sudo apt upgrade -y
    
  2. Download the dPanel installation script:

    curl -O https://dpanel.example.com/install.sh
    
  3. Make the script executable:

    chmod +x install.sh
    
  4. Run the installation script:

    sudo ./install.sh
    
  5. Follow the on-screen prompts:

    The installer will guide you through configuration options such as setting up the admin user, choosing ports, and configuring SSL.

Post-Installation Setup

  • Access the dPanel dashboard: Open your browser and navigate to https://your-server-ip:port or your domain.
  • Login: Use the admin credentials you set during installation.
  • Configure your first website: Use the dashboard to add domains, set up databases, and manage files.

Tips for a Smooth Setup

  • Ensure your firewall allows traffic on the ports used by dPanel.
  • Regularly update dPanel to benefit from security patches and new features.
  • Consult the dPanel documentation for advanced configurations.

By following these steps, you'll have dPanel up and running, ready to streamline your server management tasks.