Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

Getting Stream deck to work to a remote FRSTACK computer.

Evening, I have a small server running at my remote site running FRstack. I have the ports forwarded and confirmed and have a static ip address but can't seem to operate my stream deck remote. when i do it in house and use 127.0.0.1 it works fine.. Any thoughts.

Answers

  • Member ✭✭✭

    From FRStack REST API help:

    Calling REST API from other Clients

    The REST API are restricted by default to Localhost. This can be change by editing the FRStack.exe.config file.

    Set the <add key="LocalHostOnly" value="false"/> which allows other clients to call REST APIs.

    By default any client can now call the REST APIs. You can restrict the clients to by their IP address.

    Set the <add key="WhiteListedIPAddresses" value="192.168.1.123,192.168.1.124"/>

    Note : If FRStack is running as a User and not Admin, access is denied to http.sys. To solve:

    • run FRStack as Admin OR
    • config access by running as Admin: "netsh http add urlacl url=http://+:13522/ user=everyone delegate=yes""

    Make sure you create an inbound TCP Firewall rule for your REST API port, 13522 is the default port.

  • Member, Super Elmer Moderator

    I’ve used Stream Deck and FRStack on my laptop at Xenia controlling my station in New Jersey. I did a demo there. For me, it involved installing the Stream Deck and FRStack software on my laptop.

    Dave wo2x

Leave a Comment