Unable to install Pangolin via install script #1234

Closed
opened 2026-04-05 18:33:38 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Awesomefreeman on 7/15/2025

Describe the bug
I cannot install Pangolin via script and don't know what to do. When I run the script there was docker error and now installation script has stuck. When I run ./installer script again, it shows that Pangolin was installed, but It's NOT!
To Reproduce

  1. Connect to VPS server by root user
  2. Perform install command according to Instructions
    wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.6.2/installer_linux_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')" && chmod +x ./installer
  3. Perform ./installer
  4. Enter valid data

Expected behavior
Installation is complete

Screenshot

Image

Terminal log


=== Basic Configuration ===
Enter your base domain (no subdomain e.g. example.com): mydomen.com
Enter the domain for the Pangolin dashboard (default: pangolin.mydomen.com): pangolin.mydomen.com
Enter email for Let's Encrypt certificates: myemail@gmail.com
Do you want to use Gerbil to allow tunneled connections (yes/no) (default: yes):

=== Email Configuration ===
Enable email functionality (SMTP) (yes/no) (default: no):

=== Starting installation ===
Would you like to install and start the containers? (yes/no) (default: yes):
Pulling the container images...
[+] Pulling 7/19
 ✘ gerbil Error       Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout                                                                                                           10.1s
 ! traefik            Interrupted                                                                                                                                                                       10.1s
 ⠙ pangolin [⣿⠀⣿⣿⣿⠀⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling                                                                                                                                                                  10.1s
   ✔ fe07684b16b8 Already exists                                                                                                                                                                         0.0s
   ⠇ 5432aa916e08 Pulling fs layer                                                                                                                                                                       2.8s
   ✔ 2506673f5536 Download complete                                                                                                                                                                      0.4s
   ✔ 98c4889b578e Download complete                                                                                                                                                                      0.3s
   ✔ 8eea440101f1 Download complete                                                                                                                                                                      0.7s
   ⠇ bb4233a7831e Waiting                                                                                                                                                                                2.8s
   ✔ b1940e0fa1f0 Download complete                                                                                                                                                                      1.0s
   ⠇ 89e5c0df6ef0 Waiting                                                                                                                                                                                2.8s
   ⠇ dd7739900d76 Waiting                                                                                                                                                                                2.8s
   ⠇ 32b956e5d62b Waiting                                                                                                                                                                                2.8s
   ⠇ b25847bf95bd Waiting                                                                                                                                                                                2.8s
   ⠇ ae9b17410511 Waiting                                                                                                                                                                                2.8s
   ⠇ da36862984ce Waiting                                                                                                                                                                                2.8s
   ⠇ 4df9cff21d3f Waiting                                                                                                                                                                                2.8s
   ⠇ ebce85ef8acd Waiting                                                                                                                                                                                2.8s
   ⠇ 64623ead60b5 Waiting                                                                                                                                                                                2.8s
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout
Error:  failed to pull the containers: exit status 1
root@vps:~# ^C
root@vps:~# ./installer
Looks like you already installed, so I am going to do the setup...
*Originally created by @Awesomefreeman on 7/15/2025* **Describe the bug** I cannot install Pangolin via script and don't know what to do. When I run the script there was **docker error** and now installation script has stuck. When I run ./installer script again, it shows that Pangolin was installed, but It's **NOT!** **To Reproduce** 1. Connect to VPS server by root user 2. Perform install command according to [Instructions](https://docs.fossorial.io/Getting%20Started/quick-install#1-downloading-and-running-the-installer) `wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.6.2/installer_linux_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')" && chmod +x ./installer` 3. Perform `./installer` 4. Enter valid data **Expected behavior** Installation is complete **Screenshot** <img width="839" height="641" alt="Image" src="https://github.com/user-attachments/assets/89528163-28cc-4e86-984b-dc914aaa14b7" /> **Terminal log** ```root@vps:~# ./installer === Basic Configuration === Enter your base domain (no subdomain e.g. example.com): mydomen.com Enter the domain for the Pangolin dashboard (default: pangolin.mydomen.com): pangolin.mydomen.com Enter email for Let's Encrypt certificates: myemail@gmail.com Do you want to use Gerbil to allow tunneled connections (yes/no) (default: yes): === Email Configuration === Enable email functionality (SMTP) (yes/no) (default: no): === Starting installation === Would you like to install and start the containers? (yes/no) (default: yes): Pulling the container images... [+] Pulling 7/19 ✘ gerbil Error Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout 10.1s ! traefik Interrupted 10.1s ⠙ pangolin [⣿⠀⣿⣿⣿⠀⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 10.1s ✔ fe07684b16b8 Already exists 0.0s ⠇ 5432aa916e08 Pulling fs layer 2.8s ✔ 2506673f5536 Download complete 0.4s ✔ 98c4889b578e Download complete 0.3s ✔ 8eea440101f1 Download complete 0.7s ⠇ bb4233a7831e Waiting 2.8s ✔ b1940e0fa1f0 Download complete 1.0s ⠇ 89e5c0df6ef0 Waiting 2.8s ⠇ dd7739900d76 Waiting 2.8s ⠇ 32b956e5d62b Waiting 2.8s ⠇ b25847bf95bd Waiting 2.8s ⠇ ae9b17410511 Waiting 2.8s ⠇ da36862984ce Waiting 2.8s ⠇ 4df9cff21d3f Waiting 2.8s ⠇ ebce85ef8acd Waiting 2.8s ⠇ 64623ead60b5 Waiting 2.8s Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout Error: failed to pull the containers: exit status 1 root@vps:~# ^C root@vps:~# ./installer Looks like you already installed, so I am going to do the setup... ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1234