# Floe ## Docs - [Flags Reference](https://docs.floe.one/cli/flags.md): Complete reference for all floe CLI flags. - [Installation](https://docs.floe.one/cli/installation.md): Download and install the floe CLI binary. - [floe receive](https://docs.floe.one/cli/receive.md): Receive files from a peer. - [Against a Self-Hosted Server](https://docs.floe.one/cli/self-hosted-server.md): Use the floe CLI with your own Floe instance instead of floe.one. - [floe send](https://docs.floe.one/cli/send.md): Send files or folders to a peer. - [floe version](https://docs.floe.one/cli/version.md): Print the installed floe version. - [The 2 GB Relay Limit](https://docs.floe.one/how-it-works/2gb-limit.md): Why relay transfers are capped at 2 GB per session. - [Direct Connection](https://docs.floe.one/how-it-works/direct-connection.md): How Floe establishes a direct peer-to-peer path using STUN. - [End-to-End Encryption](https://docs.floe.one/how-it-works/encryption.md): How Floe encrypts every transfer, direct or relayed. - [Relay Connection](https://docs.floe.one/how-it-works/relay-connection.md): How Floe uses a TURN server as an encrypted bridge when a direct connection is not possible. - [Signaling](https://docs.floe.one/how-it-works/signaling.md): How Floe brokers the initial connection between two peers. - [Introduction](https://docs.floe.one/introduction.md): Secure, encrypted P2P file transfer with no accounts, no file storage, and no registration. - [Quick Start](https://docs.floe.one/quickstart.md): Send your first file in under a minute. - [Build-Time URL Caveat](https://docs.floe.one/self-hosting/build-time-url.md): Why NEXT_PUBLIC_SOCKET_URL must be set before building the client image. - [Configuration](https://docs.floe.one/self-hosting/configuration.md): Environment variable reference for a self-hosted Floe instance. - [Operations](https://docs.floe.one/self-hosting/operations.md): Day-to-day operations for a self-hosted Floe instance. - [Overview](https://docs.floe.one/self-hosting/overview.md): Run your own Floe instance on your own infrastructure. - [Production Deployment](https://docs.floe.one/self-hosting/production.md): HTTPS, reverse proxy, and domain configuration for a production Floe instance. - [Quick Start](https://docs.floe.one/self-hosting/quickstart.md): Run Floe locally with Docker Compose. - [TURN Relay (coturn)](https://docs.floe.one/self-hosting/turn-relay.md): Add a TURN server to support peers behind strict NAT or CGNAT. - [Without Docker](https://docs.floe.one/self-hosting/without-docker.md): Run Floe components directly with Node, pnpm, and Go.