~3 min read • Updated Feb 20, 2026
1. Connecting to Web Disk with WebDAV Software
You can connect to the Web Disk feature using third‑party applications that support the WebDAV protocol, such as Transmit™, BitKinex, Konqueror, and Nautilus. These tools allow secure remote file management on your server.
2. Connect Using a Configuration Script
The Web Disk interface in cPanel provides configuration scripts for various operating systems and applications. Availability depends on your server’s cPanel & WHM version.
Steps:
- Go to
cPanel » Home » Files » Web Disk. - Click
Configure Client Accessfor the desired account. - Select the connection type.
- Click
Download Configuration Script. - Unzip the
.zipfile if needed. - Locate the file named
hostname Secure WebDisk. - Open the file and allow it to configure Web Disk automatically.
3. Manual Connection to Web Disk
To view your Web Disk configuration details, go to Web Disk in cPanel and click Configure Client Access.
Additional Web Disk accounts must include the domain in the username (for example, [email protected]). The main Web Disk account does not require the domain.
4. Connecting on Apple Operating Systems
- Open Finder.
- Select
Connect to Serverfrom the Go menu. - Enter the URL:
https://example.com:2078. - Click
Connect. - Enter your Web Disk username and password.
5. Connecting with BitKinex
- Open BitKinex.
- Select
Http/WebDAV. - Enter your login details.
- Double‑click the connection to open Web Disk.
6. Connecting with Konqueror
- Open Konqueror.
- Enter the following URL:
WebDAVs://example.com:2078 - Add it to bookmarks if desired.
7. Connecting with Nautilus
- Open Nautilus.
- Enter the following URL:
davs://example.com:2078 - Add it to bookmarks if needed.
8. Connecting with Transmit™
- Open Transmit.
- Select
WebDAV. - Enter your login details.
- Click
Connect.
Note: Use Mount as Disk to access Web Disk directly from Finder.
9. Connecting on Windows Operating Systems
- Visit
https://example.com:2078in your browser. - Open
My Network Places. - For Windows XP, click
Add a network placeand follow the prompts.
Important Windows Notes:
- Windows XP, Vista, and 2003 may fail due to missing legacy patches.
- Windows 7 may show incorrect disk space because
WebDAVcannot query server capacity.
10. Installing WordPress in cPanel
WordPress is a content management system that allows users to build websites and blogs. This section explains how to install WordPress in cPanel.
11. Install WordPress Using WP Toolkit
You can install WordPress from cPanel » Home » Domains » WP Toolkit. WP Toolkit allows installation, configuration, and management of WordPress sites.
12. Manual WordPress Installation
If your hosting provider does not offer WordPress, you can download it manually from the official website and install it.
Important Notes:
- Do not install multiple WordPress sites in the same document root.
- Each directory may contain only one WordPress installation.
Correct Document Root Examples:
/home/example/public_html//home/example/public_html/addon.com/home/example/public_html/subdomain
Installing in Subdirectories:
/home/example/public_html/wordpress/home/example/public_html/subdomain/wordpress/home/example/public_html/addon.com/wordpress
13. Database Connection Errors
If WordPress returns a database connection error, verify the database name and password in the wp-config.php file.
Test Database Credentials:
mysql -u db_user -pConclusion
Connecting to Web Disk and installing WordPress in cPanel is straightforward when following the correct steps. By understanding WebDAV settings, document root rules, and database configuration, you can avoid common issues and ensure a smooth setup.
Written & researched by Dr. Shahin Siami