Main commands¶
WCS is managed using the following main commands:
1. Operating system command line¶
Command | Description | |
---|---|---|
**Main commands to start and stop the server** | ||
`service webcallserver start` | Start the server | |
`service webcallserver stop` | Stop the server | |
`service webcallserver restart` | Restart the server | |
**Additional commands** | ||
`/usr/local/FlashphonerWebCallServer/bin/webcallserver start` | Start the server | |
`/usr/local/FlashphonerWebCallServer/bin/webcallserver start standalone` | Start the server in the stdout output mode for debug purposes | |
`/usr/local/FlashphonerWebCallServer/bin/webcallserver stop` | Stop the server |
2. WCS core command line interface¶
Command | Description |
---|---|
show server-status |
Show the current status of the server: the number of active connections, ports, streams, CPU time consumed, RAM and disk usage, overall amount of sent and recived data as well as elapsed time of the server. |
show users |
Show the list of users |
show node-settings |
Show current server settings or export them to a CSV file |
add user |
Add a new user |
update user |
Change user data |
remove user |
Remove a user |
show apps |
Show all available applications |
add app |
Add a new application |
update app |
Change applications settings |
remove app |
Remove an application |
You can read a through description of the WCS core command line interface inĀ this section.