Home ยป Configure 2FA for Zabbix

Configure 2FA for Zabbix

0 comment 290 views

Follow the guide

Patch Zabbix server (you need to do it after every Zabbix upgrade):

  1. If not already done then fresh install from sources using this repository, follow this guide
  2. Login into the Zabbix server as root, download this script (pay attention that version of your Zabbix Server – 6.4.3 in this example – matches this repository version/tag – 6.4.3-bg):
curl -L -o bg-features-install.sh https://raw.githubusercontent.com/BGmot/zabbix/6.4.3-bg/bg-scripts/bg-features-install.sh
  1. Make sure zip package is installed (the script needs to be able to run unzip)
  2. Modify the script to provide proper values for DB_HOST, DB_USERNAME, DB_PASSWORD and ZABBIX_INSTALL_PATH (where all your php files located) and run the script:
sudo bash bg-features-install.sh

Refer – https://github.com/BGmot/zabbix

Leave a Comment