How to Set Up the cPanel DAV Daemon Updated on September 23, 2025 by InMotion Hosting Contributor 4 Minutes, 0 Seconds to Read The cPanel DAV Daemon enables a set of extensions that allow users to manage website data remotely. For example, CalDAV is an extension that allows multiple devices to access and manage calendar data on a remote server simultaneously. With CalDAV, you can create, share, edit, and remove calendar events using your server to host them. The following guide outlines the steps to set up cPanel DAV Daemon and add CalDAV services. NOTE: The steps below require Root Access, which is only obtainable on VPS and Dedicated Servers. Enable cPanel DAV Daemon To use CalDAV, the cPanel DAV Daemon must be enabled in WHM. Follow the steps below to allow the cPanel DAV Daemon. Log in to WHM as root. Navigate to Service Manager. To do this, type “service manager” into the search field and click on the result found. Click the checkbox for Enable and Monitor for cPanel DAV Daemon. Now that you have enabled the service, you will need to open the ports in the firewall to allow the cPanel DAV Daemon to listen for connections. Open Ports in Firewall The cPanel DAV Daemon uses the firewall ports 2079 and 2080 to manage connections. Generally, these ports are not “open” to making connections by default. Opening ports in the firewall for connections is similar and straightforward, whether you are using APF or CSF. The instructions in this section will describe how to determine which firewall is running. Depending on whether you are running APF or CSF, follow the respective instructions to learn how to open the necessary ports for the cPanel DAV Daemon. Port 2079 is insecure and could expose your server to security risks. We strongly recommend that you use port 2080 instead. Which Firewall Am I Using? If you are using the default configuration of a VPS or Dedicated Server, then you most likely are running APF. To confirm this, run the following command as root: /bin/systemctl status apf.service/bin/systemctl status apf.service The output below confirms that APF is active: root@hostname ~ $ /bin/systemctl status apf.service ● apf.service - SYSV: Advanced Policy Firewall Loaded: loaded (/etc/rc.d/init.d/apf; bad; vendor preset: disabled) Active: active (exited) since Wed 2017-10-04 17:51:10 EDT; 2min 37s ago Docs: man:systemd-sysv-generator(8) Process: 20628 ExecStart=/etc/rc.d/init.d/apf start (code=exited, status=0/SUCCESS)root@hostname ~ $ /bin/systemctl status apf.service ● apf.service - SYSV: Advanced Policy Firewall Loaded: loaded (/etc/rc.d/init.d/apf; bad; vendor preset: disabled) Active: active (exited) since Wed 2017-10-04 17:51:10 EDT; 2min 37s ago Docs: man:systemd-sysv-generator(8) Process: 20628 ExecStart=/etc/rc.d/init.d/apf start (code=exited, status=0/SUCCESS) The output below indicates that APF is not active: root@hostname ~ $ /bin/systemctl status apf.service Unit apf.service could not be found.root@hostname ~ $ /bin/systemctl status apf.service Unit apf.service could not be found. In this case, run the following command as root: /bin/systemctl status csf.service/bin/systemctl status csf.service The following output confirms that CSF is running: root@hostname ~ $ /bin/systemctl status apf.service ● csf.service - ConfigServer Firewall & Security - csf Loaded: loaded (/usr/lib/systemd/system/csf.service; enabled; vendor preset: disabled) Active: active (exited) since Wed 2017-09-20 13:58:36 EDT; 2 weeks 0 days ago Main PID: 829 (code=exited, status=0/SUCCESS) CGroup: /system.slice/csf.serviceroot@hostname ~ $ /bin/systemctl status apf.service ● csf.service - ConfigServer Firewall & Security - csf Loaded: loaded (/usr/lib/systemd/system/csf.service; enabled; vendor preset: disabled) Active: active (exited) since Wed 2017-09-20 13:58:36 EDT; 2 weeks 0 days ago Main PID: 829 (code=exited, status=0/SUCCESS) CGroup: /system.slice/csf.service Opening Ports Using APF SSH (as root) into your server. Run the following command:nano /etc/apf/conf.apf Locate the following code:# Common ingress (inbound) TCP ports IG_TCP_CPORTS="20,21,25,53,80,110,113,143,443,465,993,995,2049,2077,2078,2082,2083,2086,2087,2089,2095,2096,3306,5222,9090,12001" Edit the second line to include port 2080, like so:# Common ingress (inbound) TCP ports IG_TCP_CPORTS="20,21,25,53,80,110,113,143,443,465,993,995,2049,2077,2078,2080,2082,2083,2086,2087,2089,2095,2096,3306,5222,9090,12001" Restart APF by running the command:apf -r Opening Ports Using CSF SSH (as root) into your server. Run the following command:nano /etc/csf/csf.conf Locate the following code:# Allow incoming TCP ports TCP_IN = "20,21,25,53,80,110,143,443,465,587,993,995,2077,2078,2082,2083,2086,2087,2095,2096" Edit the second line to include port 2080, like so:# Allow incoming TCP ports TCP_IN = "20,21,25,53,80,110,143,443,465,587,993,995,2077,2078,2080,2082,2083,2086,2087,2095,2096" Restart CSF by running the command:csf -r Testing Once you have enabled the cPanel DAV Daemon and opened the port in the firewall, you can use telnet to test the connection to port 2080 by running the following command: telnet server.hostname 2080telnet server.hostname 2080 You should receive the following output: telnet server.hostname 2080 Connected to server.hostname. Escape character is '^]'.telnet server.hostname 2080 Connected to server.hostname. Escape character is '^]'. Now that you have opened the ports and enabled the cPanel DAV Daemon, CalDAV is available. You can now sync calendar data for your domain using this protocol. Share this Article IC InMotion Hosting Contributor Content Writer InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals! More Articles by InMotion Hosting Related Articles How to Configure cPanel in WHM Resetting the cPanel Password in WHM How to Import Email Accounts and Forwarders into cPanel How to Install WHMCS With Softaculous What is your default PHP.ini file? How to Create / Delete an FTP Account in cPanel How to Park a Domain in cPanel How to Permanently Delete Trash in File Manager The Complete Guide to cPanel Backups How to Delete a cPanel in WHM
Why is CalDAV disabled on regular hosting platforms? It was always available before and many other cPanel hosts still continue to provide this. Opening up ports on shared hosting is something that most people would like to have. Just in the namr of security this exception shouldn’t be applied on Shared Hosting plans. I am yet to drop an email to manager feedback. Something that strongly forces me to think about a switch.
Hello and thanks for contacting us. I recommend you contact Live Support about migrating to a shared server with CalDAV capabilities or alternative options.