Free Software Options in dPanel
Aug 26, 2026
·
3 views
Free Software Options in dPanel
dPanel includes built‑in support for a range of free and open‑source applications. This guide shows how to browse, install, and manage them without incurring license fees.
Browse the Free Software Catalog
- Access the Software → Free section in the dPanel UI.
- Filter by category (Web, Database, CMS, etc.).
- View version, description, and resource requirements.
Install a Free Package
You can install directly from the panel or via the command line.
From the UI
- Select the desired package.
- Click Install.
- Confirm the installation path and dependencies.
From the CLI
# Example: install WordPress (free) on site example.com
dpanel install --software wordpress --domain example.com
Update and Remove Free Software
- Use the Updates tab to apply security patches.
- To remove, click Uninstall next to the package name or run:
dpanel uninstall --software wordpress --domain example.com
Best Practices
- Regularly check for updates to keep software secure.
- Review resource usage in Statistics to avoid over‑allocation.
- Backup site data before major upgrades.
By leveraging dPanel’s free software catalog, you can quickly deploy powerful tools without additional cost.