Skip to main content
Version: 2023.3

Accessing Pimcore Assets via WebDAV

Pimcore provides the option to access all assets via WebDAV. To do so, just open following URL via your browser or WebDAV client: https://YOUR-DOMAIN/asset/webdav

As user credentials use any Pimcore Backend user. Permissions for asset access are based on the users permissions.

Nginx configuration

Please make sure to have the following changes in your project Nginx configuration:

location ~* ^(?!/admin|/asset/webdav)(.+?)....