Install Nginx
sudo apt update && sudo apt upgrade -y sudo apt install nginx -y sudo systemctl status nginx sudo systemctl start nginx sudo systemctl enable nginx sudo apt install mariadb-server -y…
sudo apt update && sudo apt upgrade -y sudo apt install nginx -y sudo systemctl status nginx sudo systemctl start nginx sudo systemctl enable nginx sudo apt install mariadb-server -y…
sudo apt update && sudo apt upgrade -y sudo -i sudo su - -c "sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)" sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)…
sudo apt install wireguard sudo -i cd /etc/wireguard umask 077 wg genkey > internal-private.key wg pubkey < internal-private.key > internal-public.key cat internal-private.key cat internal-public.key sudo nano wg0.conf # Setelah itu…
cd /etc/apache2/sites-available sudo nano <VirtualHost *:80> ServerName 10.10.10.78 DocumentRoot /var/www/html <Directory /var/www/html/web2> AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/web2_error.log CustomLog ${APACHE_LOG_DIR}/web2_access.log combined </VirtualHost> sudo a2ensite web2.conf sudo systemctl restart…