# NirvaShare Generated on 23 Mar 2026 from [the NirvaShare catalog page](https://marketplace.digitalocean.com/apps/nirvashare) A simplified secure enterprise file sharing and access management solution on top of your DigitalOcean Spaces storage. Share and collaborate files/folders with your customers, employees, partners, vendors, etc with fine access control and security in place. Feature rich with SSO, audit compliance, branding, etc Easy integration with any of your existing identity providers such as Active Directory, Google Workspace, Salesforce, Okta, KeyClock, AWS SSO, etc ## Software Included | Package | Version | License | |---|---|---| | PostgreSQL | 13.1 | PostgreSQL License | | Docker CE | 20.10.7 | Apache 2.0 | | NirvaShare Services | 6.4 | BYOL | ## Creating an App using the Control Panel Click the **Deploy to DigitalOcean** button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account. [![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=nirvatosoftware-nirvashare-20-04) ## Creating an App using the API In addition to creating a Droplet from the NirvaShare 1-Click App using the control panel, you can also use the [DigitalOcean API](https://docs.digitalocean.com/reference/api). As an example, to create a 4GB NirvaShare Droplet in the SFO2 region, you can use the following `curl` command. You need to either save your [API access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) to an environment variable or substitute it in the command below. ```shell curl -X POST -H 'Content-Type: application/json' \ -H 'Authorization: Bearer '$TOKEN'' -d \ '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"nirvatosoftware-nirvashare-20-04"}' \ "https://api.digitalocean.com/v2/droplets" ``` ## Getting Started After Deploying NirvaShare Thank you for installing NirvaShare, the most simplified file sharing solution for your object storage spaces. After creating a NirvaShare One-Click Droplet, wait for **4 - 6 minutes** for the installation and configuration to complete. Access the application using URL http://your\_droplet\_public\_ipv4:8080 To login, provide credentials as **admin/admin** It is important that you change the default admin password after the first login. In order to quickly test the sharing of folders or files of DigitalOcean Spaces with users using a simple Form-based authentication, please refer to the below official documentation. Getting Started [https://nirvashare.com/installation-with-digitalocean/](https://nirvashare.com/installation-with-digitalocean/) Documentation: [https://nirvashare.com/docs](https://nirvashare.com/docs) Support: [https://nirvashare.com/support](https://nirvashare.com/support) Product website: [https://nirvashare.com](https://nirvashare.com)