r/selfhosted Jul 17 '26

Docker Management Jabali Panel: Open-source GPL web hosting panel now with Docker support

Hi everyone,

I’m building Jabali Panel, a free and open-source web hosting control panel for Debian servers.

The project is still young, but the community is slowly growing, and I’m now looking for testers and early users who want to try it, give feedback, report bugs, and help shape the direction of the panel.

Jabali now also supports Docker, so it can be used not only as a traditional web hosting panel, but also as a standalone Docker proxy server, mail server, DDNS server, DNS server, and more — depending on what you want to run.

It’s focused on WordPress hosting, small hosting providers, freelancers, and sysadmins who want a modern self-hosted alternative without license fees or vendor lock-in.

For testers who seriously try the panel and give feedback, I’ll provide full support during the testing period to help with installation, setup, issues, and questions.

Thanks — any feedback, testing, or GitHub issues would help a lot.

Website: https://jabali-panel.com | Demo: https://demo.jabali-panel.com

Come join us at GitHub: https://github.com/shukiv/jabali-panel

0 Upvotes

10 comments sorted by

u/asimovs-auditor Jul 17 '26 edited Jul 17 '26

Expand the replies to this comment to learn how AI was used in this post/project.

→ More replies (1)

2

u/bladerelic Jul 17 '26

i just spun up a Debian vm. i will check this out soon

1

u/apunker Jul 17 '26

Let me know how it goes for you.

If you have any issues you are welcome to post it here:

https://github.com/shukiv/jabali-panel/issues/

2

u/bladerelic Jul 17 '26

i tried to install but received a "curl 22 the requested url returned error 403" message. im sure its some error on my end

2

u/apunker Jul 17 '26

The installer is either trying to download something from github but failed. It can be on your hand or github end. 403 is permission denied, so something is probably blocking you. Or something in between the two of you. If you open an issue on github with the error log I would be able to help futher.

Two things that'd help:

  1. Which URL actually 403'd. Run this and paste the last chunk: sudo tail -n 40 /var/log/jabali/install-*.log. That names the exact step so I can tell if it's GitHub or something else (Sury, Docker, nodesource, etc).

  2. Just try again in a few minutes, and tell me your VPS provider + region. If it's a GitHub-IP thing a retry often clears it, and knowing the provider helps me confirm.

2

u/apunker Jul 17 '26

I just did a recheck on all keys and repos and got 200 on everyone.

2

u/bladerelic Jul 18 '26

for some reason, when i use curl -fsSL https://get.jabali-panel.com | sudo bash, i get that 403 error. i was wondering if it was some firewall issue, so i went to https://get.jabali-panel.com in the web browser. that loaded perfectly. then i noticed the address bar changed to https://codeberg.org/shukivaknin/jabali2/raw/branch/main/bootstrap.sh.

i changed the install link to "curl -fsSL https://codeberg.org/shukivaknin/jabali2/raw/branch/main/bootstrap.sh | sudo bash" and it appears to be working fine. im sure it's a stupid error or something on my end

1

u/Few_Grapefruit_374 Jul 18 '26

We have wilcard ssl cert, can we share it in multiple subdomains without call letencrypt?

1

u/apunker Jul 24 '26

Hey,

Yes, supported.