NODE not activated

Setup Information

Use sudo asl-show-version to obtain this information from the console or SSH

Asterisk Version: 22..x.y+asl3-3.n.m
ASL3 Version: 3.x.y

Inquiry

See https://allstarlink.github.io/user-guide/troubleshooting/ on how to ask a good question to obtain the quickest and best assistance

In my profile it says my NODE is not Registered? I ran the set up twice all seems correct except NODE registration ?? how is this done?

Please run asl-node-auth-check and paste in the output here.

-----===== AllStarLink Node Authentication Check =====-----

Checking configuration:
Info: rpt.conf has configuration for: 627030
Info: /etc/asterisk/iax.conf contains no registration lines.
Info: /etc/asterisk/rpt_http_registrations.conf contains 1 registration line(s)
Info: Registrations present for configured node(s): 627030
Info: IP from ttps://conntest-east1.allstarlink.org/ip reports: 184.190.68.76
Info: IP from ttps://conntest-west1.allstarlink.org/ip reports: 184.190.68.76
Info: IP from ttps://conntest-west2.allstarlink.org/ip reports: 184.190.68.76
Info: IP from udp://conntest-east1.allstarlink.org:4570 reports: 184.190.68.76
Info: IP from udp://conntest-west1.allstarlink.org:4569 reports: 184.190.68.76
Info: IP from udp://conntest-west2.allstarlink.org:4569 reports: 184.190.68.76
OK: HTTP IP probes have consensus on the same perceived IP
OK: IAX IP probes have consensus on the same perceived IP

Testing node 627030:
OK: Node registration config is well-formed
OK: Node registration type is HTTP
OK: register.allstarlink.org is reachable (via HTTP)
Error: HTTP registration state is Not Registered
Info: Stopping node checks due to registration failure
Info: as further information will be unreliable

 Error: Node 627030 has 1 error(s)!

******** I TOOK THE ''H" out of https: new users can only send 2 links ???

Looks like you're still on an older package. I thought the fixes for asl-node-auth-check went prod but maybe not yet. Please do this as root and paste in the output:

wget -O/usr/bin/asl-node-auth-check https://raw.githubusercontent.com/AllStarLink/ASL3/refs/heads/develop/bin/asl-node-auth-check
chmod 755 /usr/bin/asl-node-auth-check
asl-node-auth-check

This is what I did ?? not sure if its correct

wn1r@NODE627030:~ $ sudo wget -O/usr/bin/asl-node-auth-check https://raw.githubusercontent.com/AllStarLink/ASL3/refs/heads/develop/bin/asl-node-auth-check

chmod 755 /usr/bin/asl-node-auth-check

asl-node-auth-check--2026-05-19 14:54:58-- https://raw.githubusercontent.com/AllStarLink/ASL3/refs/heads/develop/bin/asl-node-auth-check
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8003::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24725 (24K) [text/plain]
Saving to: ‘/usr/bin/asl-node-auth-check’

/usr/bin/asl-node-auth-check 100%[=========================================================================================================================================================================>] 24.15K --.-KB/s in 0.006s

2026-05-19 14:54:59 (4.03 MB/s) - ‘/usr/bin/asl-node-auth-check’ saved [24725/24725]

wn1r@NODE627030:~ $

Paste them in one at a time. Whatever terminal you're using isn't running them all in series.

I am running the commands in the AllStar link terminal.. I would think it would work. Is there another way, I don't understand I have tried this over and over

As root, exec the following command :

chmod 755 /usr/bin/asl-node-auth-check

Then, exec this command :

asl-node-auth-check

and then please paste the output from the last (asl-node-auth-check) command back here for us to review:

wn1r@NODE627030:~ $ sudo chmod 755 /usr/bin/asl-node-auth-check
wn1r@NODE627030:~ $ sudo asl-node-auth-check

-----===== AllStarLink Node Authentication Check =====-----

Checking configuration:
Info: rpt.conf has configuration for: 627030
Info: /etc/asterisk/iax.conf contains no registration lines.
Info: /etc/asterisk/rpt_http_registrations.conf contains 1 registration line(s)
Info: Registrations present for configured node(s): 627030
Info: IP from https://conntest-east1.allstarlink.org/ip reports: 184.190.68.76
Info: IP from https://conntest-west1.allstarlink.org/ip reports: 184.190.68.76
Info: IP from https://conntest-west2.allstarlink.org/ip reports: 184.190.68.76
Info: IP from udp://conntest-east1.allstarlink.org:4570 reports: 184.190.68.76
Info: IP from udp://conntest-west1.allstarlink.org:4569 reports: 184.190.68.76
Info: IP from udp://conntest-west2.allstarlink.org:4569 reports: 184.190.68.76
OK: HTTP IP probes have consensus on the same perceived IP
OK: IAX IP probes have consensus on the same perceived IP

Testing node 627030:
OK: Node registration config is well-formed
OK: Node registration type is HTTP
OK: register.allstarlink.org is reachable (via HTTP)
Error: HTTP registration state is Not Registered
Info: Stopping node checks due to registration failure
Info: as further information will be unreliable

 Error: Node 627030 has 1 error(s)!

Your node is not registering. Most likely a password problem. Check the password in rpt_http_registrations.conf.

This is all that's listed ?

[general]
register_interval = 180 ; every 3 minutes

[registrations]
register => 627030:raspberry@register.allstarlink.org

Is that really what your node password is set to in the ASL Node Portal?