MV1000 "Lucky" software error

Has anyone run the Lucky software on an MV1000?

I downloaded the Arm64 version of the software
lucky_2.13.4_Linux_arm64.tar.gz
it runs on the MV1000, but after running it says

root@GL-MV1000:~# ./lucky -c config.conf
2024/11/05 21:25:59 configure dir:/root
2024/11/05 21:25:59 Set LoalTimeZone CST-8 [+8.00]
2024/11/05 21:25:59 可以将下面指令加入cron计划任务,每分钟定时检测lukcy进程防止奔溃影响使用。
2024/11/05 21:25:59  */1 * * * * test -z "$(pidof lucky)" && ./lucky -c config.conf  >/dev/null 2>&1
2024/11/05 21:26:00 ssl module started
2024/11/05 21:26:00 ipfilter module started
2024/11/05 21:26:00 cron module started
2024/11/05 21:26:00 storagemanagement module started
2024/11/05 21:26:00 acme module started
2024/11/05 21:26:00 ddns module started
2024/11/05 21:26:00 ipdb module started
2024/11/05 21:26:00 wol module started
2024/11/05 21:26:00 webdav module started
2024/11/05 21:26:00 ftpserver module started
2024/11/05 21:26:00 portforward module started
2024/11/05 21:26:00 reverseproxy module started
2024/11/05 21:26:00 stun module started
2024/11/05 21:26:00 RunMode:prod
2024/11/05 21:26:00 version:2.13.4      commit ec2151d184d242892466d8932eb0e38bcd351645, built at 2024-10-24T08:55:28Z
2024/11/05 21:26:00 LuckyWeb Http Listen on http://:16601
2024/11/05 21:26:01 LuckyWeb Https Listen on https://:16601
2024/11/05 21:26:01 LuckyWeb Start success
2024/11/05 21:26:03 EnableFireWallPorts Done!
2024/11/05 21:26:19 exec first ntp sync time
--------------------------------------------------------------------

But it can't get through http://IP:16601访问后台 and port 16001 is not occupied when I check the device.

Can anyone help to analyze what is the reason?
Thank you!

Is it installed correctly to lucky? Check the hardware architecture of MV1000 and install the lucky compiled ipk package.

image
Looks like the lucky is running and listening the port 16601.

How about in the SSH:
curl 127.0.0.1:16601