Montesuma80 / 3cx-web-API

an local API to Controll your 3CX v16/v18 over HTTP
77 stars 38 forks source link

can't access from IP addresses other than the server IP address #9

Closed SpaceEggs closed 2 years ago

SpaceEggs commented 2 years ago

3CX Version: V18 Update1 Windows Version

I just can access the API in 3CX Server, but I can't access with other IPs.

I checked the firewall settings and no API ports are blocked

Montesuma80 commented 2 years ago

Look at /etc/nftables.conf There you need to open the Port

Montesuma80 commented 2 years ago

Sorry i did not read that you are using the Windows Version.

  1. you need to start the API as Admin
  2. you need to open the port in the Firewall (Windows or Antivirus Firewall)

But for bedder performance (3cx and API) use the Linux version

SpaceEggs commented 2 years ago

Thanks for your reply.

It's working after i disable firewall.