For correct work of Hive, it is necessary to open ports 80
and 443
using your network equipment or the Load Balancer of your cloud provider, f.e. Elastic Load Balancing (AWS) or Google Cloud Load Balancing (GCE).
Additionally, you may need to open all ports you use:
To change default Hive ports:
1. Open the console of the virtual machine;
1. Open the /opt/hw-bw/config/user.ini
file using the command:
sudo nano /opt/hw-bw/config/user.ini
for HTTP ports:
[main]
b.deck.ip.expose = 127.0.0.0
b.deck.port.expose = 10001
for HTTPS ports:
[main]
b.deck.https.ip.expose = 0.0.0.0
b.deck.https.port.expose = 443
/opt/hw-bw/config/user.ini
file;To apply changes, run the command:
/opt/hw-bw/bin/reconfig