byteflick

Install Plesk Web Host Panel on Linux

Sep 27th, 2023 (edited)
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Subscribe my Youtube Channel and Support me
  2. https://youtube.com/@byteflick
  3.  
  4. First, log into your server with any SSH client then update the packages and reboot the server.
  5.  
  6. Ubuntu/Debian
  7. sudo apt update -y && sudo apt upgrade -y && sudo reboot
  8.  
  9. Centos/Cloudlinux/AlmaLinux/Rocky Linux
  10. sudo yum update -y && sudo yum upgrade -y && sudo reboot
  11.  
  12. Execute the following command to change the hostname for all operating systems.
  13.  
  14. sudo hostnamectl set-hostname yourhostname
  15.  
  16. Now edit the hosts file and also change the hostname there.
  17.  
  18. Ubuntu/Debian
  19. sudo apt install nano -y
  20.  
  21. Centos/Cloudlinux/AlmaLinux/Rocky Linux
  22. sudo yum install nano -y
  23.  
  24. sudo nano /etc/hosts
  25.  
  26. Add the following lines at the end of the list.
  27.  
  28. 127.0.0.1 yourhostname
  29. serverip yourhostname
  30.  
  31. Press CTRL + X and press Y and press enter to save changes and exit the editor
  32.  
  33. If you want to buy a Plesk unlimited accounts license at a cheap rate you can contact me through email. Install Plesk using a one-line command
  34.  
  35. wget -O installer.sh https://autoinstall.plesk.com/one-click-installer && sh installer.sh
  36.  
  37. This process will take approximately 10 - 30 minutes depending on your server speed.
Advertisement
Add Comment
Please, Sign In to add comment