Mbase

Get started.

Four steps, in order. Each one stands on its own — read the one you need.

01 · Architecture

See where it lands, before you install anything.

Mbase runs as one service, inside your own network — never in ours. This is the same sequence that plays out on a real host: the signed package arrives, the licence activates, the door closes, and only then do your channels light up.

Your network
mbase
MRCP
HTTP
voice server
mobile money
SMS · MMS
apps
Install
Activate
Disconnect
Every channel

Curious how it looks from the subscriber’s side — the phone call, the beep, the balance read out loud? See it on the homepage.

02 · Download

Get the Console for your platform.

Provisioning, roles, requests and logs — one desktop app, five languages, light and dark.

LinuxAvailable
Debian/Ubuntu, signed package, from our own repository.
apt.hmtc.bj
# add the HMTC repository
curl -fsSL https://apt.hmtc.bj/key/mbase-archive-key.asc \
  | sudo gpg --yes --dearmor -o /usr/share/keyrings/hmtc-mbase.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/hmtc-mbase.gpg] https://apt.hmtc.bj stable main" \
  | sudo tee /etc/apt/sources.list.d/hmtc-mbase.list

# install the Console
sudo apt update && sudo apt install mbase-console
03 · Licence

One key, one host.

A licence key activates one Mbase instance for the domain and the languages you choose. Payment runs through MainMoney, our Visa gateway — card details are entered on their page, never on hmtc.bj. Your key and invoice are then emailed from support@hmtc.bj.

Get a licence key
04 · Provision

From bare server to speaking machine.

Open the Console, add your host, and paste in the key. Seven steps run in sequence — if one fails, you resume from that step instead of starting over. The ReadMe embedded in the software (Documentation screen) covers activation, host requirements, and the first API call.

Stuck at any step? Write to support@hmtc.bj — that address also sends your licence key and invoice, so it already has your order on file.