How to access flashphoner.properties file

Max

Administrator
Staff member
Good day.
I install flashphoner on my server using whm terminal.
now how can i change in my flashphoner.properties file
For access to server with WCS, you can use Putty SSH client.
You need some data to connect via SSH protocol: server IP address, login and password.

WCS settings file is located in the directory:
Code:
/usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
Use any text editor for editing (nano, vi е.g). For example:
Code:
nano /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
After edit configuration file, save it and restart WCS:
Code:
systemctl restart webcallserver
Alternatively, you can use Terminal in WHM. Тhe Terminal interface allows you to access an in-browser terminal application for direct command-line access within a cPanel & WHM session.
 
Last edited:
Top