KC9IPP
July 17, 2026, 7:10pm
21
Yes, I have the Yaamon landing page, but when I click on the tile I'm receiving:
"Service Unavailable"
"The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later."
"Apache/2.4.68 (Debian) Server at 192.168.1.184 Port 443"
K8UPE
July 17, 2026, 11:20pm
22
Mine did not add it to the jump page but I am able to access it and everything is working great. Im not bothered by it as I don't really use the jump page anyways. Testing it out for now and will see how things go. So far so good.
KC9IPP
July 18, 2026, 7:51pm
23
I installed Yaamon on another ASL3 node I have and I still receive the above message as in my other node. Though on this node, I don't have the Yaamon landing page in Cockpit. Also, what exactly do you mean by "Look to see which Apache configuration is installed. On this node I using the subfolder configuration (i.e. /yaamon)?" What do I do once I determine which Apache configuration is installed? A little more context as to why you asked that question sure would be useful.
n2vlv
July 18, 2026, 9:05pm
24
Run this command and post the output here:
ls /etc/apache2/conf-enabled/yaa*
KC9IPP
July 18, 2026, 9:30pm
25
Thanks. Output is below.
/etc/apache2/conf-enabled/yaamon-subfolder.conf
n2vlv
July 19, 2026, 12:11am
26
If you have subfolder routing, yaamon should be listening on http://127.0.0.1:8080 and letting apache proxy requests to it. The URL you should use would the same one you use for allmon3. On my node it's http://allstar1.local/allmon3 and http://allstar1.local/yaamon .
Somethings you can do to debug this are
Verify that yaamon is running, paste the output of this:
sudo systemctl status yaamon
Look at the logs when trying to connect. Start the following command:
sudo tail -f /var/log/apache2/access.log /var/log/apache2/error.log
and then try to connect to yaamon and see what the logs show. Paste that output here.
Also paste the full URL of your error pages. Your second one indicates an HTTPS connection (port 443), is that what you are using to access Allmon3? Sometimes browsers will redirect HTTP connections to HTTPS.
Also check the status of apache2
sudo systemctl status apache2
KC9IPP
July 19, 2026, 3:32pm
27
See below. Thanks.
sudo systemctl status yaamon
β yaamon.service - YAAMon β AllStar Node Management
Loaded: loaded (/usr/lib/systemd/system/yaamon.service; enabled; preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2026-07-19 11:11:40 EDT; 4s ago
Invocation: f1e34ead74e74583ba15d84de129d1fd
Docs: GitHub - jchonig/allstar-yaamon: Yet Another Allstar favorites and monitor script Β· GitHub
Process: 1589 ExecStart=/usr/bin/yaamon serve (code=exited, status=1/FAILURE)
Main PID: 1589 (code=exited, status=1/FAILURE)
CPU: 21ms
sudo tail -f /var/log/apache2/access.log /var/log/apache2/error.log
==> /var/log/apache2/error.log <==
[Sun Jul 19 11:22:38.819572 2026] [proxy:error] [pid 891:tid 891] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:8080 (127.0.0.1:8080) failed
[Sun Jul 19 11:22:38.819642 2026] [proxy_http:error] [pid 891:tid 891] [client 192.168.1.141:56264] AH01114: HTTP: failed to make connection to backend: 127.0.0.1
sudo systemctl status apache2
β apache2.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-07-19 11:24:51 EDT; 3min 45s ago
Invocation: fd81c0287eae4c5e8f6688a8b2c0a23e
Docs: Apache HTTP Server Version 2.4 Documentation - Apache HTTP Server Version 2.4
Process: 853 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
Main PID: 891 (apache2)
Tasks: 6 (limit: 2363)
CPU: 92ms
CGroup: /system.slice/apache2.service
ββ891 /usr/sbin/apache2 -k start
ββ894 /usr/sbin/apache2 -k start
ββ895 /usr/sbin/apache2 -k start
ββ896 /usr/sbin/apache2 -k start
ββ897 /usr/sbin/apache2 -k start
ββ898 /usr/sbin/apache2 -k start
Jul 19 11:24:50 node628802 systemd[1]: Starting apache2.service - The Apache HTTP Server...
Jul 19 11:24:51 node628802 apachectl[883]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.>
Jul 19 11:24:51 node628802 systemd[1]: Started apache2.service - The Apache HTTP Server.
lines 1-20/20 (END)
KC9IPP
July 19, 2026, 3:38pm
28
Also, my node's IP Address is 192.168.1.184 and the hostname is node628802. I have tried using both the http://192.168.1.184.local/yamoon and http://node628802.local/yaamon without success. Also, I successfully access Allmon3 with http://192.168.1.184/allmon3 .
K8UPE
July 19, 2026, 3:40pm
29
Can you access it if you go to http://192.168.1.184:8080 that's how I get to mine
KC9IPP
July 19, 2026, 3:43pm
30
I just tried that and receive:
This site canβt be reached
192.168.1.184 took too long to respond.
Though thanks for the suggestion.
K8UPE
July 19, 2026, 3:58pm
31
sudo systemctl start yaamon
What do you get if you run this command?
KC9IPP
July 19, 2026, 4:09pm
32
That command returns nothing, and still can't access Yaamon.
K8UPE
July 19, 2026, 5:20pm
33
Only thing I can recommend is to try and reinstall it. I am ok at some of this but still dont fully understand it. Either the install of Yaamon did not go correctly or your apache is not functioning correctly. Sorry but I will have to leave it to the ones with more knowledge
n2vlv
July 19, 2026, 5:29pm
34
Yaamon is not starting. To see why run:
journalctl -u yaamon
and paste the output.
KC9IPP
July 19, 2026, 5:52pm
35
n2vlv:
journalctl -u yaamon
Output below:
Jul 19 12:06:37 node628802 systemd[1]: Started yaamon.service - YAAMon β AllStar Node Management.
Jul 19 12:06:38 node628802 yaamon[906]: time=2026-07-19T12:06:38.318-04:00 level=INFO msg="YAAMon starting" tls_mode=disabled db=/var/lib/yaamon>
Jul 19 12:06:38 node628802 yaamon[906]: time=2026-07-19T12:06:38.351-04:00 level=INFO msg="stats cache: loaded from DB" count=0
Jul 19 12:06:38 node628802 yaamon[906]: time=2026-07-19T12:06:38.351-04:00 level=INFO msg="WebAuthn enabled" rpid=localhost origins=[http://loca >
Jul 19 12:06:38 node628802 yaamon[906]: time=2026-07-19T12:06:38.352-04:00 level=ERROR msg="refusing to serve plaintext HTTP on a public address>
Jul 19 12:06:38 node628802 yaamon[906]: Error: plaintext HTTP on public address 2603:900a:1500:68ba::1902 is unsafe; enable TLS or set server.al>
Jul 19 12:06:38 node628802 yaamon[906]: plaintext HTTP on public address 2603:900a:1500:68ba::1902 is unsafe; enable TLS or set server.allow_pub>
Jul 19 12:06:38 node628802 systemd[1]: yaamon.service: Main process exited, code=exited, status=1/FAILURE
Jul 19 12:06:38 node628802 systemd[1]: yaamon.service: Failed with result 'exit-code'.
Jul 19 12:06:43 node628802 systemd[1]: yaamon.service: Scheduled restart job, restart counter is at 1.
Jul 19 12:06:43 node628802 systemd[1]: Started yaamon.service - YAAMon β AllStar Node Management.
Jul 19 12:06:43 node628802 yaamon[1019]: time=2026-07-19T12:06:43.548-04:00 level=INFO msg="YAAMon starting" tls_mode=disabled db=/var/lib/yaamo>
Jul 19 12:06:43 node628802 yaamon[1019]: time=2026-07-19T12:06:43.552-04:00 level=INFO msg="stats cache: loaded from DB" count=0
Jul 19 12:06:43 node628802 yaamon[1019]: time=2026-07-19T12:06:43.552-04:00 level=INFO msg="WebAuthn enabled" rpid=localhost origins=[http://loc >
Jul 19 12:06:43 node628802 yaamon[1019]: time=2026-07-19T12:06:43.552-04:00 level=ERROR msg="refusing to serve plaintext HTTP on a public addres>
Jul 19 12:06:43 node628802 yaamon[1019]: Error: plaintext HTTP on public address 2603:900a:1500:68ba::1902 is unsafe; enable TLS or set server.a>
Jul 19 12:06:43 node628802 yaamon[1019]: plaintext HTTP on public address 2603:900a:1500:68ba::1902 is unsafe; enable TLS or set server.allow_pu>
Jul 19 12:06:43 node628802 systemd[1]: yaamon.service: Main process exited, code=exited, status=1/FAILURE
Jul 19 12:06:43 node628802 systemd[1]: yaamon.service: Failed with result 'exit-code'.
Jul 19 12:06:48 node628802 systemd[1]: yaamon.service: Scheduled restart job, restart counter is at 2.
Jul 19 12:06:48 node628802 systemd[1]: Started yaamon.service - YAAMon β AllStar Node Management.
Jul 19 12:06:48 node628802 yaamon[1027]: time=2026-07-19T12:06:48.802-04:00 level=INFO msg="YAAMon starting" tls_mode=disabled db=/var/lib/yaamo>
Jul 19 12:06:48 node628802 yaamon[1027]: time=2026-07-19T12:06:48.805-04:00 level=INFO msg="stats cache: loaded from DB" count=0
Jul 19 12:06:48 node628802 yaamon[1027]: time=2026-07-19T12:06:48.806-04:00 level=INFO msg="WebAuthn enabled" rpid=localhost origins=[http://loc >
Jul 19 12:06:48 node628802 yaamon[1027]: time=2026-07-19T12:06:48.806-04:00 level=ERROR msg="refusing to serve plaintext HTTP on a public addres>
Jul 19 12:06:48 node628802 yaamon[1027]: Error: plaintext HTTP on public address 2603:900a:1500:68ba::1902 is unsafe; enable TLS or set server.a>
n2vlv
July 19, 2026, 8:02pm
36
You are running into a security check. Yaamon is not able to tell if your IPv6 address is public or not and is refusing to run without https.
The easiest fix is to put:
server:
allow_public_plaintext: true
Into your config file.
KC9IPP
July 19, 2026, 8:45pm
37
I added that code under server: and I still can't lunch Yaamon. Below is an updated output from journalctl -u yaamon
Jul 19 16:24:02 node628802 systemd[1]: Started yaamon.service - YAAMon β AllStar Node Management.
Jul 19 16:24:02 node628802 yaamon[900]: time=2026-07-19T16:24:02.792-04:00 level=INFO msg="YAAMon starting" tls_mode=disabled db=/var/lib/yaamon>
Jul 19 16:24:02 node628802 yaamon[900]: time=2026-07-19T16:24:02.836-04:00 level=INFO msg="stats cache: loaded from DB" count=0
Jul 19 16:24:02 node628802 yaamon[900]: time=2026-07-19T16:24:02.836-04:00 level=INFO msg="WebAuthn enabled" rpid=localhost origins=[http://loca >
Jul 19 16:24:02 node628802 yaamon[900]: time=2026-07-19T16:24:02.836-04:00 level=WARN msg="serving plaintext HTTP on potentially public addresse>
Jul 19 16:24:02 node628802 yaamon[900]: time=2026-07-19T16:24:02.865-04:00 level=INFO msg="astdb: loaded from file" path=/var/lib/asterisk/astdb>
Jul 19 16:24:02 node628802 yaamon[900]: time=2026-07-19T16:24:02.926-04:00 level=INFO msg="HTTP server listening" addr=:8080
Jul 19 16:24:51 node628802 yaamon[900]: 2026/07/19 16:24:51 "GET http://192.168.1.184/yaamon/ HTTP/1.1" from 192.168.1.141 - 302 29B in 250.314Β΅s
KC9IPP
July 19, 2026, 8:58pm
38
Below is link to photo of my settings.
Config Settings
n2vlv
July 19, 2026, 10:10pm
39
If you are running behind an apache reverse proxy you want to comment out https_port and uncomment bind_address and then access via nodeXXXXXX.local/yaamon.
server:
# Default port is 8080 so YAAMon can coexist with ASL3's Apache on port 80.
# Change to 80 only if no other web server is running on this host.
http_port: 8080
# https_port: 443
redirect_http: true # 301 redirect http β https when TLS is enabled
# quic: true # HTTP/3 (QUIC) over UDP β enabled by default when TLS is active.
# # Set to false if UDP is blocked or behind a proxy (proxy handles QUIC).
# bind_address: "" # Listen on all interfaces (default).
# # Set to 127.0.0.1 when running behind a reverse proxy (Apache/nginx)
# # so YAAMon is not directly reachable from the network.
bind_address: 127.0.0.1
As documented here: Apache - YAAMon
Which version are you running?
dpkg --list yaamon
KC9IPP
July 19, 2026, 10:44pm
40
n2vlv:
dpkg --list yaamon
I'm running version 0.4.14