Replies: 4 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
|
yesterday i created a test lxc just to try an installation, and it builds up containers so i don't se a direct way to install it without touching the host OS, that i'd like to avoid.. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @MassiPi, thanks for your interest! Let me clarify: How the installation worksGonoPBX uses local Docker builds (not pre-built images from Docker Hub). The
That's it. The Manual install (without install.sh)If you prefer to do it manually (e.g. for Portainer): git clone https://github.com/ankaios76/gonopbx.git
cd gonopbx
cp .env.example .env
# Edit .env – set EXTERNAL_IP, passwords, etc.
docker compose up -d --buildFor Portainer: point a "Stack" at the cloned directory with the LanguageYou're right – the UI is currently German-only. Multi-language support (EN/DE) is on the roadmap. For now, browser auto-translate works reasonably well as @crawtechnology mentioned. Trunk configurationGonoPBX currently has built-in profiles for German providers (Plusnet, Telekom, dus.net) plus a "Custom Provider" option where you can set any SIP server, username, and password. If your provider uses standard SIP registration, it should work with the custom profile. If you need specific SIP headers or settings, feel free to open a feature request with your provider's details and I'll look into adding support. Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
|
v2.1.2 (2026-02-18) Multilingual UI (DE/EN) – UI translation framework with installer language selection |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i've a working mikopbx install, but i'd be glad to test this! However, i'm not sure i understood the available install methods. I see the requirement for docker and docker compose, but no image available, and i'm not sure i can turn the content of the install.sh into a working compose (that's why i'd like to install this through a portainer installation..)
Am i missing something?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions