Trouble with installation, I must be missing something

Greetings!

My first question … does Cyberpanel require Litespeed to be installed already, or does the installation script handle all that?

I couldn’t make that determination just from the installation doc (01 - Installing CyberPanel - Docs - CyberPanel Community) so I went through the whole installation and setup of a clean install of OpenLitespeed on a new Digital Ocean droplet before attempting to install Cyberpanel.

I have the Centos firewall enabled, and I also made sure port 8090 was turned on, but I get a connection refused error. I’m sure I made a major error in the order of installing.

When running the install script I get the following …

`sudo sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0sh: /dev/fd/63: No such file or directory
100  1229  100  1229    0     0   3482      0 --:--:-- --:--:-- --:--:--  3481
(23) Failed writing body
--2018-06-17 04:39:10--  https://cyberpanel.net/install.sh
Resolving cyberpanel.net (cyberpanel.net)... 35.196.228.222
Connecting to cyberpanel.net (cyberpanel.net)|35.196.228.222|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1229 (1.2K) [application/x-sh]
Saving to: ‘STDOUT’

 0% [                                                                                                                                                                                                                                     ] 0           --.-K/s   in 0s


Cannot write to ‘-’ (Success).`
```


I am at a complete loss as to where to go next.

Please advise, thank you ... Scott

try

sh <(curl https://mirror.cyberpanel.net/index.html?action=download)`

I assume you have checked disk space ?

you will need clean centos 7 minimal .

Using that command I get …

`sudo sh <(curl https://mirror.cyberpanel.net/index.html?action=download)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13103    0 13103    0     0  16538      0 --:--:-- --:--:-- --:--:-- 16544[sudo] password for prockstar:

sh: /dev/fd/63: No such file or directory`
```


The server is a brand new Centos 7 droplet on DigitalOcean, 50GB disk space, 2GB ram. The only thing on it would be the OpenLitespeed installation and it's dependancies.

I would normally try and find out why I'm getting a "No such file" error on /dev/fd/63 but without looking at the install script, there's no other instructions to reference for troubleshooting.

After looking at other tutorials online it’s appearing as if I didn’t need to install OLS first. Surely I can’t be the only one not knowing if the Cyberpanel install script handles the installation of OLS too :#

You need a clean server, CyberPanel installer will also install OpenLiteSpeed. If you are still not able to install, submit a ticket.

In fact, there should be no LAMP/LEMP stack it should be a clean server, anything required will be managed by the install script.

sooooo … yepper … the Cyberpanel install does NOT need Litespeed installed.

The installer works great, the only snag I came across was when trying to run the the python script ( install.py ) as sudo, I ended up with permission errors. Running as root worked flawlessly, not the biggest fan of installing with root, but it’s working now.

Using that command I get ...
`sudo sh <(curl https://mirror.cyberpanel.net/index.html?action=download)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13103    0 13103    0     0  16538      0 --:--:-- --:--:-- --:--:-- 16544[sudo] password for prockstar:

sh: /dev/fd/63: No such file or directory`
```


The server is a brand new Centos 7 droplet on DigitalOcean, 50GB disk space, 2GB ram. The only thing on it would be the OpenLitespeed installation and it's dependancies.

I would normally try and find out why I'm getting a "No such file" error on /dev/fd/63 but without looking at the install script, there's no other instructions to reference for troubleshooting.
are you login your server as root ?

I guess at this point I’m curious how to learn what the login credentials are for the database, and the OLS web admin panel.

I guess at this point I'm curious how to learn what the login credentials are for the database, and the OLS web admin panel.

MySQL Password is located at: /etc/cyberpanel/mysqlPassword

OLS Webadmin logins are:

admin
123456

Thanks guys, I’m very impressed with CyberPanel