Pre-requisite -
Docker
2502 port must be openRoostControlPlane should already be configured.
Ubuntu 64-bit(x86) instance with inbound TCP traffic allowed on 2502 port.
Admin/User should have sudo privileges.
Steps to start Stun Server
Code Block | ||||
---|---|---|---|---|
| ||||
curl -q -s https://remote-roostprod.s3-us-west-1.amazonaws.com/roost-enterprise.sh -o $HOME/roost-enterprise.sh chmod +x $HOME/roost-enterprise.sh $HOME/roost-enterprise.sh -i stun -e roost.io<roostControlPlaneIP:443Port> |
The below steps are for Internal Team Only
...