Ad Widget

Collapse

zabbix configuration for port 443 on nginx,mysql,php raspberry pi

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • colporteur
    Junior Member
    • Jul 2026
    • 2

    #1

    zabbix configuration for port 443 on nginx,mysql,php raspberry pi

    How to configure zabbix on an 8G Raspberry pi 5 OS (13 (trixie)), nginx (1.26.3-3+deb13u7), mysql (5.8+1.1.1), php-mysql (2:8.4+101) & zabbix (1:7.4.13-1+debian13) to support https using self-signed-certificates.

    I have installed nginx and have it working on port 433 using the self-signed-certificates. I then installed php and it serves webpage on 443. I then installed mysql and finally zabbix. I can connect to the zabbix web interface console <IP>:443 but the error message at the bottom indicates Zabbix Server is not running:the information displayed may not be current.

    Before starting the project to use port 443, I built a zabbix server using the same configuration on port 8080. The install is working. I have configured a few devices and am gathering data.

    I am a new user to zabbix. No experience at all! After evaluating a few products I landed here. The goal is to replace the MikroTik Dude server with zabbix. If someone could share their knowledge or point me in the direction of https configuration resources, that would be appreciated.

    So far I have tried internet searches and cull this forum looking for hints. After to many attempts to continue to count, I ask for help.

    I’m close to making it work, just not close enough.

  • obskuritz
    Junior Member
    • Jul 2026
    • 2

    #2
    Hi Colporteur, welcome to zabbix software monitoring community

    Could you share me the log from your Zabbix server? for more details

    it is located in:
    /var/log/zabbix/zabbix_server.log

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4952

      #3
      Port 443 here is kind of irrelevant. Frontend does check, if server is available (https://git.zabbix.com/projects/ZBX/...rpc.php#66-109). Make sure nginx is able to connect to 10051 port, where server is listening.

      Comment

      • colporteur
        Junior Member
        • Jul 2026
        • 2

        #4
        After some AI help, I have http redirected to https on self-signed certificates

        Understanding the relationship of these three files:
        Configures Nginx to serve the Zabbix web interface: /etc/zabbix/nginx.conf
        Configures the Zabbix Server daemon: /etc/zabbix/zabbix_server.conf
        Configures the PHP web frontend: /usr/share/zabbix/ui/conf/zabbix.conf.php
        allowed me to configure the https support configuration like port numbers and pointers to the certificates and the correct passwords to get it working.

        Comment

        Working...