--- title: WebDAV eleventyNavigation: key: WebDAV parent: Remote Access order: 4 --- WebDAV stands for [Web-based Distributed Authoring and Versioning](http://www.webdav.org/) and it allows users to collaboratively modify and manage files on remote web servers. - [WebDAV - API](https://api.alwaysdata.com/v1/webdav/doc/) - [Create a WebDAV user](/en/docs/web-hosting/remote-access/webdav/create-a-webdav-user) ## Connecting with WebDAV |Information|| |--- |--- | |Host|webdav-[account].alwaysdata.net| |Ports|80 (HTTP) or 443 (HTTPS)| |Identifier|assigned **user** (**[account]**) and **password**| These users can be configured in the **Remote access > WebDAV** tab in your alwaysdata administration interface. ![](admin-panel_list-webdav-users.png) ### With Windows 1. Right click on the **Workstation** or **Computer** icon, 2. Choose **Connect a network drive**. From the *Folder* field, specify: - in Vista and higher: `https://webdav-[account].alwaysdata.net/` 3. Click on *Connect* under a different user name, then enter your identifiers. Validate and click on *Finish*. ### With macOS 1. From the **Finder**, choose *Go > Connect to server*, 2. From the *Server address* field, enter `https://webdav-[account].alwaysdata.net/` ; 3. Click on *Connect*. ### With davfs2 (Linux) **davfs2** offers the advantage of mounting WebDAV shared volumes like a local partition locale so that your files are accessible from any application. To mount a partition in `/mnt/alwaysdata`: ```sh $ sudo mount.davfs https://webdav-[account].alwaysdata.net/ /mnt/alwaysdata ``` > [!NOTE] > Replace `webdav-[account].alwaysdata.net` with your WebDAV hostname available from **Remote access > WebDAV**.