sudo apt-get update -y sudo apt install nginx sudo ufw allow 'Nginx HTTP' sudo apt-get install bind9 php8.2-fpm php8.2-common php8.2-mbstring php8.2-xmlrpc php8.2-soap php8.2-gd php8.2-xml php8.2-intl php8.2-mysql php8.2-cli php8.2-zip php8.2-curl Put the files in location with FTP: Change DNS in config.php replace folder nginx = /etc/nginx replace folder bind and change ip of files *.db = /etc/bind Put the files of HTML in /var/www/html delete the file index.html Restart Servers: -> sudo service nginx restart -> sudo service bind9 restart sudo apt-get update -y sudo apt install nginx sudo ufw allow 'Nginx HTTP' sudo apt-get install bind9 php8.2-fpm php8.2-common php8.2-mbstring php8.2-xmlrpc php8.2-soap php8.2-gd php8.2-xml php8.2-intl php8.2-mysql php8.2-cli php8.2-zip php8.2-curl Coloque os arquivos na localização com FTP: Altere o DNS no config.php substitua a pasta nginx = /etc/nginx substitua a pasta bind e altere o IP dos arquivos *.db = /etc/bind Coloque os arquivos HTML em /var/www/html delete o arquivo index.html Reinicie os servidores: -> sudo service nginx restart -> sudo service bind9 restart