tech.lbry.org/documents/tutorials/setup-sdk-lbrynet.md
2025-07-23 21:25:19 +02:00

19 lines
470 B
Markdown

---
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
```