GUI installation: Difference between revisions

From VoIPmonitor.org
(Created page with "*Download the latest GUI tar.gz package from http://www.voipmonitor.org/download-gui?version=latest *Untar to /var/www/ (On debian like systems) or /var/www/html (On redhat li...")
 
(Add comprehensive trial license and extension information)
Line 1: Line 1:
*Download the latest GUI tar.gz package from http://www.voipmonitor.org/download-gui?version=latest
*Download the latest GUI tar.gz package from http://www.voipmonitor.org/download-gui?version=latest
*Untar to /var/www/ (On debian like systems) or /var/www/html (On redhat like systems) and rename created folder to voipmonitor  
*Untar to /var/www/ (On debian like systems) or /var/www/html (On redhat like systems) and rename created folder to voipmonitor
*Open web browser and point it to voipmonitor http://yourserver/voipmonitor (you can choose whatever directory you want) and follow installation steps
*Open web browser and point it to voipmonitor http://yourserver/voipmonitor (you can choose whatever directory you want) and follow installation steps


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


= License key =  
= License key =


License key is required and you can download it here http://www.voipmonitor.org/download-gui?version=license
== Obtaining a Trial License (30 Days) ==
The license is located in web root folder in the file key.php


= config/system_configuration.php =
For a new installation, you can obtain a 30-day trial license for testing purposes through one of the following methods:


This file allows disabling some features
* '''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


  define('DISABLE_LIVE_SNIFFER', true);  
To download the license key, visit: http://www.voipmonitor.org/download-gui?version=license
  define('DISABLE_ISSUE_TRACKER', true);  
 
  define('DISABLE_REGISTER', true);  
The license file is located in the web root folder as <code>key.php</code>
  define('DISABLE_CDR_SHARE', true);  
 
  define('WIKI_URL', 'http://voipmonitor.org');  
== Extending a Trial License ==
  define('WIKI_URL', false);  
 
If your testing period requires more than 30 days, you can request a trial license extension:
 
# Contact VoIPmonitor support to request an extension of your trial license
# After the license is extended by support, apply the update in the GUI by clicking the '''"get/update license"''' button
# 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');
  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?

Revision as of 14:50, 4 January 2026

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?