david
January 21, 2026, 7:21pm
1
Hello,
I noticed repeating issue. start.log ends with Verifying license…
After that for multiple hours there’s nothing more. visiting :2083 page loads forever. if I run systemctl restart apiscp it works for a day or so before it stops working again.
Any ideas?
david
January 21, 2026, 7:23pm
2
Sorry wrong timestamps!
[2026-01-21 04:08:18][41495] Processing: Lararia\Jobs\UpdateAppJob
[2026-01-21 04:08:28][41495] Processed: Lararia\Jobs\UpdateAppJob
[2026-01-21 04:08:28][41496] Processing: Lararia\Jobs\UpdateAppJob
[2026-01-21 04:08:39][41496] Processed: Lararia\Jobs\UpdateAppJob
[Wed Jan 21 20:19:13 2026] Checking if frontend started
INFO : Frontend HTTP started with PID `356646'
[Wed Jan 21 20:19:13 2026] Housekeeping...
[Wed Jan 21 20:19:13 2026] Spawning daemons
[Wed Jan 21 20:19:13 2026] Starting socket servers
[Wed Jan 21 20:19:13 2026] Listening...
[Wed Jan 21 20:19:13 2026] apnscpd load time: 0.1317s
[Wed Jan 21 20:19:13 2026] Verifying license...
So it seems to be on auto updater it gets stuck or whatever else happens during the night!
It may be getting stuck during housekeeping. Run the following to the point where it hangs:
strace -s 1024 -f -o /root/log.txt /usr/local/apnscp/bin/apnscpd -f restart
PM or email me the log (matt@apisnetworks.com ).