Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install nodejs -y
node -v
echo \"console.log('Hello');\" > app.js
node app.js
firewall-cmd --add-port=3000/tcp --permanent
curl http://ip:3000
systemctl status nodejs