Cyberpanel installation

Hello, I hope all is well with you. I have a problem, and I will appreciate it if you help me.
I want to install Cyberpanel on my VPS which is located in Iran, but I’m not able to install it.
The thing is your website, won’t open for Iranian IPs and I think this is the reason.
It might be the reason for sanctions or maybe your server location, Like AWS or Google cloud blocks Iranian IPs.

This is what I get in my terminal windows :

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 --:--:--  0:00:09 --:--:--     0curl: (6) Could not resolve host: cyberpanel.net


and also : 

Err:1 http://de.archive.ubuntu.com/ubuntu focal InRelease

Temporary failure resolving 'de.archive.ubuntu.com'

Err:2 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease

Temporary failure resolving 'de.archive.ubuntu.com'

Err:3 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease

Temporary failure resolving 'de.archive.ubuntu.com'

Err:4 http://de.archive.ubuntu.com/ubuntu focal-security InRelease

Temporary failure resolving 'de.archive.ubuntu.com'

Reading package lists... Done

Building dependency tree

Reading state information... Done

205 packages can be upgraded. Run 'apt list --upgradable' to see them.

**W:** Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/focal/InRelease Temporary failure resolving 'de.archive.ubuntu.com'

**W:** Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Temporary failure resolving 'de.archive.ubuntu.com'

**W:** Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease Temporary failure resolving 'de.archive.ubuntu.com'

**W:** Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/focal-security/InRelease Temporary failure resolving 'de.archive.ubuntu.com'

**W:** Some index files failed to download. They have been ignored, or old ones used instead.

Again, I’m thankful for your help.

Regards, Seyed.

Is it possible to install this using github repo?

Hello.
The installation is already fetching the github content.

Yet, it will also instruct, in this case ubuntu, to download extra missing packages, for example python3 and such.

That errors are hapenning likelly when the installation tries to use “apt update” to update ubuntu before installing cyberpanel.

I will send you a pm.

Thanks tmoore, I did what you told me to do in pm. but still nothing!
I can’t install Cyberpanel.
Please take a look.


I can’t embed more than one media. Sorry.

Thanks to tmoore, everything is okay now. The solution by tmoore :

issue found:
DNS resolution was blocking access to ubuntu updates.

Fix:
Editing /etc/resolv.conf

Change the file content to the following nameserver:
nameserver 1.1.1.1
nameserver 8.8.8.8

Restart network or reboot vps.

again, thank you. :slight_smile: