Updated CentOS

Arif Butt

Member
Hi,

our customer wants to know that what new version is tested and supported for WCS for CentOS? CentOS Stream 9? or any other?

Thnx
Arif
 

Max

Administrator
Staff member
In this case you should deactivate the license on the old instance
Code:
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./deactivation.sh
then activate the new instance
Code:
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./activation.sh your_license_code
 

Max

Administrator
Staff member
will internet be required for this? what if we want to do it without internet due to security restrictions?
You always need an internet access to license server https://my.flashphoner.com/ unless you're using Standalone license. Please read the details here.
 

Max

Administrator
Staff member
You don't need external internet while using the software under Standalone License.
However you would need internet connection at least one time during activation.
Once license is activated, conf/flashphoner.license will be recorded.
Then you will be able to disable external internet connection.

Please note. As mentioned above, the license should be activated as sudo user. It will raise activation error if file conf/flashphoner.license was not recorded properly due to file writing permissions.
Code:
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./activation.sh your_license_code
See also:
You can use a temporal proxy server for license activation.
Example:
Code:
# Proxy configuration
-Dhttp.proxyHost=proxy1.mycompany.com
-Dhttp.proxyPort=3128
-Dhttps.proxyHost=proxy1.mycompany.com
-Dhttps.proxyPort=3128
-Dhttp.nonProxyHosts=localhost|127.0.0.1|10.*|169.254.169.254
 
Top