--- title: Setup LBRY SDK with lbrynet description: Learn how to setup the LBRY SDK with lbrynet. --- ## Running The media server RPC will run on `127.0.0.1:5279` by default, so it is only accessibly by the machine itself. ### With executable - Download the latest version at [https://github.com/lbryio/lbry-sdk/releases](https://github.com/lbryio/lbry-sdk/releases) for the right target operating system. - Extract the ZIP file. - Run: ```shell lbrynet start ```