Skip to main content

Issue with Installation

Comments

2 comments

  • cPRex Jurassic Moderator
    Hey there! That's correct, as that version of Ubuntu is not supported. We only support the 20.04 LTS tier, and even with that version it is still experimental as you'll have to configure the installer to use version 98. Details on how to do that can be found here:
    0
  • ankeshanand
    Hello I have a detected server ,running Ubuntu Server 20.10 . I can't install cPanel with command sudo cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
    . % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 44555 100 44555 0 0 58014 0 --:--:-- --:--:-- --:--:-- 58014 mkdir: cannot create directory "/home/cPanelInstall": Permission denied Cannot create target directory /home/cPanelInstall/selfgz24145 You should try option --target OtherDirectory

    Seems like a Home Permission Denied. Try the following: su (Then Enter root Password)
    chmod -R 755 /home/*
    to Get Directory Permissions Then, cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
    0

Please sign in to leave a comment.