1. Gerekli Dizini Oluşturun Gerekli dizini oluşturmak için aşağıdaki komutu çalıştırın: mkdir -p /home/o11 cd /home/o11 2. Nodejs/NPM'yi yükleyin Gerekli yazılımı yüklemek için aşağıdaki komutu çalıştırın: curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt install -y nodejs Lisans Sunucusu Proxy'sini Kurma ve Başlatma Lisans sunucusunu kurmak ve başlatmak için aşağıdaki komutları çalıştırın: npm install -g pm2 npm install express open server.js and add in your servers ip address to the ipAddress veriable then save pm2 start server.js --name licserver --silent pm2 startup pm2 save nohup ./run.sh > /dev/null 2>&1 &