Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6. Download the installation package of WebCallServer, from this page, for example, from here:

Code Block
languagebash
themeRDark
wget https://flashphoner.com/downloads/builds/WCS/5.1/FlashphonerWebCallServer-5.1.3061xxxx.tar.gz

Where xxxx is build number of WebCallServer

7. Install WCS:

Code Block
languagebash
themeRDark
tar -xvzf FlashphonerWebCallServer-5.1.3061xxxx.tar.gz
cd FlashphonerWebCallServer-5.1.3061xxxx
./install.sh

Where FlashphonerWebCallServer-5.1.xxxx.tar.gz is the downloaded on step 6 file name.

8. Activate a commercial or a 30-days trial license:

...

9. Configure the firewall of the server and NAT (if available):

Type

Protocol

Port Range

Source

Custom UDP Rule

UDP

30000-33000

0.0.0.0/0

Custom TCP Rule

TCP

8888

0.0.0.0/0

Custom TCP Rule

TCP

8443

0.0.0.0/0

Custom TCP Rule

TCP

30000-33000

0.0.0.0/0

Custom TCP Rule

TCP

1935

0.0.0.0/0

10. Run WCS

Code Block
languagejs
themeRDark
service webcallserver start

...