Setup your server
Learn how to setup server and deploy to start using it.Get Licence
Get license and necessary files to get started. Contact usThe following steps must be executed at every location. If you plan to send and receive data across multiple locations, ensure that each location performs these steps independently, as each location will have its own MongoDB server.
Install MongoDB Community Edition
To manage data transfer and users, you need to install the Mongodb server on your system, using the default port 27017.Reverse Proxy (Optional)
If you wish to set up a reverse proxy for your setup, follow the steps below to configure Nginx as the reverse proxy server.1. Install Nginx
- For Ubuntu/Debian
- For RHEL/CentOS
bash
2. Configure Nginx
Create or edit a configuration file in/etc/nginx/sites-available/ and link it to the sites-enabled directory.
bash
localhost:80 with the local port and ip.provided.by.us:port with the target IP and port:
nginx
bash
4. Restart Nginx:
bash
Setup Daemon server
Rundaemon.bin as system daemon service
- Make the script executable:
- Before running it as a daemon, execute bin file manually for the first time. This will prompt you to enter the license IP address provided by us and the name of the current location.
- Create the service file: You’ll create a service file for the zetarya service in the /etc/systemd/system/ directory.
- Define the service: Add the following content to the service file:
- Reload the systemd daemon: This step makes systemd aware of the new service.
Repeat above process on both sending and receiving side except reverse proxy