Ubuntu 18.04+ LTS server
user with sudo privileges
sudo apt update && sudo apt install net-tools curl -y
sudo curl https://raw.githubusercontent.com/rinshadka/metricsnet/master/bootstrap.sh | bash
After bootstrap.sh is complete, exit the shell.
cd /etc/appliance-setup-framework/conf
cd /etc/appliance-setup-framework
bash bin/setup.sh
sudo ufw allow in on
echo br-$(docker network ls -f name=appliance | awk '{if (NR!=1) {print}}' | awk '{print $1}') to any port 9100
sudo ufw allow in on
echo br-$(docker network ls -f name=appliance | awk '{if (NR!=1) {print}}' | awk '{print $1}') to any port 8010
sudo reboot