Hello everyone,
I’ve been trying to install CyberPanel on a fresh Ubuntu 22.04 VPS, but the installation consistently fails during the TimezoneDB installation step.
Here’s the relevant part of the error log:
yaml
CopyEdit
[INFO] Installing PHP TimezoneDB extension
--2025-08-05 ...
https[:]//cyberpanel.sh/pecl.php.net/get/timezonedb
HTTP request sent, awaiting response... 403 Forbidden
ERROR 403: Forbidden.
gzip: stdin: unexpected end of file
tar: Error is not recoverable: exiting now
./cyberpanel.sh: line XXXX: cd: timezonedb-*: No such file or directory
What I’ve tried so far:
- Reinstalled fresh Ubuntu 22.04 multiple times
- Ensured firewall ports (7080, 8090, etc.) are open
- Attempted with and without
--minimalflag - Manually tested access to the timezonedb link – still 403 Forbidden
Issue:
The installer script tries to fetch the TimezoneDB extension but gets a 403 Forbidden error, which causes the install to fail mid-way.
Question:
How can I fix or bypass this issue?
Any help would be appreciated ![]()