Kindly search the forum first before raising a topic
At the end you will understand to run nodejs apps.
As far as I have tested only SSG apps run without issues because you deploy them using express (this is the cyberpanel way). An SSR app can fail to run due to many issues.
As far as I see what this project is all about - its a node server running ipaddr.js under the hood. This might actually work. Also If I was you I would create .env for the server deployment since it uses port 8000 you may need to direct it to port 3000 Try deploy with pm2 see what happens