./ipswap.sh Old_IP New_IP
for example:
./ipswap.sh 35.224.2.88 104.197.113.37
./ipswap.sh Old_IP New_IP
for example:
./ipswap.sh 35.224.2.88 104.197.113.37
Resetting the Password via SSH:
passwd <username> (replace <username> with your DirectAdmin username, often admin or your server username). service directadmin restart. sudo apt update
sudo apt upgrade
sudo apt install wget gcc g++ make flex bison openssl libssl-dev
cd /usr/local/src
wget https://www.directadmin.com/setup.sh
chmod +x setup.sh
sudo ./setup.sh
sudo ufw enable
sudo ufw allow 2222
sudo ufw allow 80
https://YOUR_SERVER_IP:2222
Also you can follow the official guidelines here: https://docs.directadmin.com/getting-started/installation/installguide.html
At first, be sure that your cPanel has terminal access. Step-1 mkdir -p ~/bin cd ~ php -r "copy('https://getcomposer.org/installer...