HowTo: Configure SCInterface for Servers
From SCInterface Wiki
The following defines that steps that must take place for servers after installing SCInterface using the SCInterface Quick Start Guide. This includes choosing the correct SC and Server SConnector Types.
Before continuing, you must have the UI, SCM and at least one SC running in order to tune SCInterface specifically for running servers. Complete instructions can be found within the SCInterface Quick Start Guide.
Set the Servers Language File
By default, SCInterface is configured for 'servers' (en lang). You may wish to create your own language as well. The servers language file must be loaded by default in order to have the SCInterface UI show server specific languages. To do this:
- Main Web Interface - With a text editor (such as vi), open the PHP UI's variables.php file located under scinterface/www/include/. Modify the following line and make sure it is set to en:
- $LANG = "en";
- PocketSCI (Mobile Web) Interface - With a text editor (such as vi), open the PHP UI's variables.php file located under scinterface/pda/www/include/. Modify the following line and make sure it is set to en:
- $LANG = "en";
Adding an SC - Specific to Control Panels
The following applies to servers only when managing another control panel (i.e. Ensim, Plesk, cPanel, Helm, etc.) with SCInterface:
If you have installed the SC onto the same system as your control panel and added the SC (perhaps a Linux SC) to your SCM, change the SC to an SC labeled Voice Server Linux SC, cPanel Linux SC or Ensim Windows SC based on the appropriate platform type. To do this:
- Login to the web UI.
- Select Admin -> SControllers tab.
- Click on the Edit button next to the appropriate SC.
- Change the SConnector to a control panel or server SC.
Additional Useful References:

