Zammad on which Port?

Infos:

  • Used Zammad version: 6.* (where can i find the exact number?)
  • Used Zammad installation type: package
  • Operating system: Ubuntu Server 22.04.3 LTS
  • Browser + version:

Hello everyone,

I would like to introduce Zammad as a new UHD system in my company. At first I played around with the Docker-Compose variant for myself. However, as this is not released for live operation, I installed the package version. For testing purposes, I want to connect to the instance via Cloudflare Tunnel, but I can’t figure out how to connect to the Zammad instance via IP address and port. Here is the output from

systemctl status zammad

● zammad.service
     Loaded: loaded (/etc/systemd/system/zammad.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2023-11-13 15:29:01 CET; 22min ago
   Main PID: 152677 (sleep)
      Tasks: 1 (limit: 9359)
     Memory: 176.0K
        CPU: 2ms
     CGroup: /system.slice/zammad.service
             └─152677 /bin/sleep infinity

Nov 13 15:29:01 s00-zammad-test systemd[1]: Started zammad.service.

and from

netstat -tulpn

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:5432          0.0.0.0:*               LISTEN      855/postgres
tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      148786/sshd: user@p
tcp        0      0 127.0.0.1:6042          0.0.0.0:*               LISTEN      152688/script/webso
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      668/systemd-resolve
tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      150340/redis-server
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      928/sshd: /usr/sbin
tcp        0      0 127.0.0.1:3000          0.0.0.0:*               LISTEN      152679/puma 6.3.1 (
tcp6       0      0 127.0.0.1:9300          :::*                    LISTEN      152059/java
tcp6       0      0 ::1:6379                :::*                    LISTEN      150340/redis-server
tcp6       0      0 127.0.0.1:9200          :::*                    LISTEN      152059/java
tcp6       0      0 ::1:9300                :::*                    LISTEN      152059/java
tcp6       0      0 ::1:6010                :::*                    LISTEN      148786/sshd: user@p
tcp6       0      0 :::22                   :::*                    LISTEN      928/sshd: /usr/sbin
tcp6       0      0 ::1:9200                :::*                    LISTEN      152059/java
udp        0      0 127.0.0.53:53           0.0.0.0:*                           668/systemd-resolve
udp        0      0 10.111.7.5:123          0.0.0.0:*                           843/ntpd
udp        0      0 127.0.0.1:123           0.0.0.0:*                           843/ntpd
udp        0      0 0.0.0.0:123             0.0.0.0:*                           843/ntpd
udp6       0      0 fe80::a809:ffff:feb:123 :::*                                843/ntpd
udp6       0      0 ::1:123                 :::*                                843/ntpd
udp6       0      0 :::123                  :::*                                843/ntpd

I have to get access somehow via http://10.111.7.5 and the port. How exactly does that work?

Kind regards

H-Blogx

You should not and never expose Zammad application servers directly to the internet. Use either nginx or apache2 to terminate HTTP(s) requests to the application servers.

You can find the relevant vhost files within contrib/

This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.