Download the server script:
wget https://s7net.github.io/pyOps/server.pyStart the server with restricted access:
python server.py --bind <SERVER_IP> --allow <ALLOWED_IPS><SERVER_IP>: The IP address to bind the server.<ALLOWED_IPS>: Comma-separated list of IPs allowed to connect.