Konekta P2P Server
Konekta is a Self-Hosted P2P Server for Shinobi's Easy Remote Access feature. This is generally used by Enterprise setups that face high network load and corporate privacy requirements.
Version : 2.0.3, 2022-12-22How to use on Ubuntu 20.04
You'll be directly supporting the development as well as getting the following benefits.
- Subscribe to Enterprise Support to get a License key. Contact Us for details.
-
Run Installer
sh <(curl -s https://cdn.shinobi.video/binaries/konekta/install-ubuntu.sh)
-
Set the
subscriptionId
field in the conf.json for Konekta"subscriptionId": "si_XXXXXXXXXXXXX",
-
Restart Konekta to make the change take effect.
pm2 restart shinobi-konekta
-
Add the following to your Shinobi conf.json to make your P2P Server available to it in the Easy Remote Access tab of the Superuser panel. Be sure to set the IP Address of your P2P Server.
"p2pServerList": { "private-1": { "v2": true, "name": "Private-1", "host": "IP ADDRESS OF YOUR P2P SERVER", "p2pPort": "80", "chartPort": "80", "webPort": "80", "maxNetworkSpeed": { "up": 5000, "down": 5000, "shared": true }, "location": { "lat": 49.284966, "lon": -123.1140607 } } },
-
Restart Shinobi to make the change take effect.
pm2 restart camera