> ## Documentation Index
> Fetch the complete documentation index at: https://docs.livepeer.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> This guide will walk you through the Livepeer Gateway installation and setup. Steps to install for Ubuntu Linux, Docker, and Windows are provided. Choose the environment you want, follow install instructions, then continue to the configuration section.

<Note>
  The Livepeer Gateway was previously called the Livepeer Broadcaster so you
  will see some commands and labels still use the Broadcaster name that haven't
  been updated in the code.
</Note>

# Quick Links

<CardGroup cols={2}>
  <Card title="Docker Installation" icon="download" href="/gateways/guides/docker-install">
    Install & Configure Docker
  </Card>

  <Card title="Linux Installation" icon="download" href="/gateways/guides/linux-install">
    Install & Configure Linux Binary
  </Card>

  <Card title="Windows Installation" icon="download" href="/gateways/guides/windows-install">
    Install & Configure Windows Binary
  </Card>

  <Card title="Configure Transcoding Options" icon="gear" href="/gateways/guides/transcoding-options">
    Specify the resolution and bitrate for your encoding ladder
  </Card>

  <Card title="Fund the Livepeer Gateway" icon="ethereum" href="/gateways/guides/fund-gateway">
    Add Funds to Gateway Wallet
  </Card>

  <Card title="Publish Content" icon="upload" href="/gateways/guides/publish-content">
    Publish and consume content to the Livepeer Gateway.
  </Card>

  <Card title="Playback Content" icon="circle-play" href="/gateways/guides/playback-content">
    Playback using VLC Media Player
  </Card>
</CardGroup>

## Prerequisites

Working knowledge of system adminsitration tasks for your target platform are
required. This guide provides directions for Linux, Windows, and Docker
platforms. Familiarity with Livepeer protocol is beneficial. For more
information view the go Livepeer
[installation guide.](/orchestrators/guides/install-go-livepeer)

This guide was developed using:

* Ubuntu Linux 22.04
* Docker 20.10.14
* Windows
* Livepeer 0.7.2
* root user access (sudo is ok)

Have access to an Arbitrum RPC URL. This is required to run Livepeer. Popular
services include [Infura](https://www.infura.io/) and
[Alchemy](https://www.alchemy.com/). Be aware that these services have their own
pricing plans. That being said, the latest versions of livepeer should be able
to stay within the request limit for these provider's free tier at least for a
single node. As an alternative, you can self-host your own Arbitrum node, see
the
[instructions from Offchain Labs](https://docs.arbitrum.io/node-running/how-tos/running-a-full-node).
