@joshrb91 looks like the server has nvm installed. Which then hijacked the system node.
# which node /root/.nvm/versions/node/v14.17.6/bin/nodeThe error is not very obvious because systemctl status box says running but it's not really running. journalctl -u box -fa shows that it's crashing constantly. The reason for that is the box code runs as yellowtent user..
# su - yellowtent $ node --version v12.18.4 $ which node /usr/local/bin/nodeIt seems there is another node installed in /usr/local/bin also. I renamed that directory to bin-old for now and it brings things up.
Generally, we don't support installing external software on Cloudron. Was there any reason you installed nvm on the server? (was it to install cloudron CLI? if so, that's meant to be installed on your PC/laptop and not on the server).