< All Topics

Installing WebDav Service

WebDav service enables admin to share files or folders with users using WebDav protocol. WebDav allows users to do a drive mapping to access the shared files. This document explains how to install WebDav service in NirvaShare. The installation can be performed using a single install script. Once you run the script mentioned below, it will install the WebDav service along with the required database schema automatically.

  • Login to the Linux machine where NirvaShare is installed using SSH.
  • Make sure you have root or sudo access to run the below commands.
sudo su root
curl -s https://raw.githubusercontent.com/nirvashare/nirvashare/main/linux/ubuntu/install_webdav.sh -o ns_install.sh && bash ns_install.sh && rm -f ns_install.sh

The above commands will install and integrate WebDav service in NirvaShare.

The default WebDav port is 8082

Table of Contents