Search Documentation
-
Deployment
-
Administrative Guide
-
Tutorials
- Quick Start
- AWS S3 File Sharing With Password Protection
- Google Cloud Storage Integration
- SSO for Admin Console using IAM Identity Center
- SSL and Load balancer for NirvaShare on AWS
- SSO for AdminConsole using Azure ActiveDirectory
- SSL Using Nginx Proxy Manager
- How to Share and Manage File Access from AWS S3, Azure Blob with Salesforce Users
- Configure SSO for Admin Console using Google Workspace as Identity Provider
- Share Azure Blob Files with ActiveDirectory Users using SSO
- NirvaShare Config Properties
- S3 File Sharing with Okta Users
-
Troubleshoot
Table of Contents
< All Topics
How to Restart Services
NirvaShare is bundled with two applications, one for administration and the other for File sharing purposes.
- Admin Console
- User application
Login to your machine where NirvaShare is installed. In the case of Linux, ssh to the machine using root or with a user having access to docker containers.
Each service can be restarted individually, below are two commands to restart AdminConsole and UserApplication respectively.
docker restart nirvashare_admin
docker restart nirvashare_userapp