GUI installation

From VoIPmonitor.org
Revision as of 14:50, 4 January 2026 by Admin (talk | contribs) (Add comprehensive trial license and extension information)

Note: you need to install the sniffer too - complete installation Content#Installaion

License key

Obtaining a Trial License (30 Days)

For a new installation, you can obtain a 30-day trial license for testing purposes through one of the following methods:

  • Method 1: Contact Support - Send a request to the VoIPmonitor support team to obtain a trial license
  • Method 2: Members' Area - Log in to the VoIPmonitor members' area and find the license token in the "my services" section

To download the license key, visit: http://www.voipmonitor.org/download-gui?version=license

The license file is located in the web root folder as key.php

Extending a Trial License

If your testing period requires more than 30 days, you can request a trial license extension:

  1. Contact VoIPmonitor support to request an extension of your trial license
  2. After the license is extended by support, apply the update in the GUI by clicking the "get/update license" button
  3. You do not need to change your server ID when extending the license

Full Licenses

For production use, you can purchase a full license through the VoIPmonitor customer portal. Your license is based on the maximum number of concurrent calls during your peak hours.

You can view your current license status and concurrent call usage in the GUI under Tools -> System Status -> Concurrent calls.

See the FAQ for more information about licensing, including:

  • How to calculate the number of channels you need
  • What happens if you temporarily exceed your license limit
  • License warning and blocking behavior
  • Upgrading your license via the customer portal

config/system_configuration.php

This file allows disabling some features

define('DISABLE_LIVE_SNIFFER', true);
define('DISABLE_ISSUE_TRACKER', true);
define('DISABLE_REGISTER', true);
define('DISABLE_CDR_SHARE', true);
define('WIKI_URL', 'http://voipmonitor.org');
define('WIKI_URL', false);
define('APP_WEB', 'http://voipmonitor.org');

AI Summary for RAG

Summary: This guide covers the VoIPmonitor GUI installation process, including downloading the package, extracting files, and running the installation wizard. It provides detailed information about obtaining trial licenses (30-day) for new testing installations, including two methods: contacting support or finding license tokens in the "my services" section of the members' area. The guide explains how to extend trial licenses beyond 30 days by contacting support and using the "get/update license" button in the GUI without needing to change the server ID. It also covers full license purchasing, which is based on maximum concurrent calls during peak hours, and references the FAQ for more details on license calculation, exceeding limits, warnings, blocking behavior, and upgrading licenses. The config/system_configuration.php file allows disabling specific features like live sniffer, issue tracker, registration, and CDR sharing. Keywords: gui installation, trial license, 30-day trial, license extension, my services, members area, get/update license, concurrent calls, server id, full license, customer portal, license key, key.php, system configuration, disable features Key Questions:

  • How do I obtain a trial license for VoIPmonitor?
  • What is the trial license period?
  • How can I get a trial license for a new VoIPmonitor installation?
  • Where do I find my license token for VoIPmonitor?
  • How do I extend my VoIPmonitor trial license beyond 30 days?
  • Do I need to change my server ID when extending my license?
  • How is the VoIPmonitor license calculated?
  • What happens if I exceed my license limit?
  • What is the "get/update license" button in the GUI?
  • Where do I check my VoIPmonitor license status and concurrent calls?