Welcome to the new 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.

Stream deck / FR stack FR Stack running on remote computer.

Is it possible to have FR stack running remote and point the stream deck to that computer that is remote giving you have the firewall port open etc. Reason I ask so far I can't get it to work that way and just wondering if I am doing something wrong. I have a dynamic DDNS running and all of that checks out. I also have the port 13522 opened and pointed to the FRStack computer


Thanks in advance.

Brad

k9bdh

Tagged:

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • Member ✭✭✭✭

    You left out these steps, outlined in the FRStack REST Help file.

    Alan. WA9WUD

    =============================

    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.

  • Administrator, FlexRadio Employee, Community Manager, Super Elmer, Moderator admin

    FRStack support using SmartLink to connect to the radio.

    I gather you need this for some other features?

  • Member ✭✭

    When I run remote I run FR stack remote at the radio site. I want to use my stream deck remote on windows smart sdr. When I use Mac SDR its no big deal as i have all the MIDI commands set up but windows I don't think you can use the commands direct to windows smart sdr

  • Member, Super Elmer Moderator

    I run SmartSDR for Windows, FRStack and Stream Deck remote on a Dell XPS laptop. I did a demo of this back to my home station from Xenia this year.

    Dave wo2x

Leave a Comment