diff --git a/docs/FreeSWITCH-Explained/Installation/Linux/Debian_67240088.mdx b/docs/FreeSWITCH-Explained/Installation/Linux/Debian_67240088.mdx index efb1c601..af3ca858 100644 --- a/docs/FreeSWITCH-Explained/Installation/Linux/Debian_67240088.mdx +++ b/docs/FreeSWITCH-Explained/Installation/Linux/Debian_67240088.mdx @@ -49,16 +49,23 @@ TOKEN=YOURSIGNALWIRETOKEN apt update && apt install -y curl curl -sSL https://freeswitch.org/fsget | bash -s $TOKEN release install ``` +FreeSWITCHâ„¢ is now installed. -FreeSWITCHâ„¢ is now installed and can be accessed with +Start the service and verify that it is running: -##### FreeSWITCH CLI +```bash +systemctl daemon-reload +systemctl start freeswitch +systemctl status freeswitch +``` + +Once the service is running, connect to the FreeSWITCH CLI: ```bash fs_cli -rRS ``` -Master Branch ("git"): +### Installing From the Master Branch ("git"): WARNING not suitable for production