# Deploy Your Private Node

This section covers the complete process for setting up a private Flashback node on your own infrastructure. A private node allows you to run Flashback's multi-cloud storage services on your own VPS, giving you full control over your data and infrastructure.

## Setup Process Overview

The private node setup involves two main phases:

1. **Prerequisites** - Prepare your infrastructure, DNS, SSL certificates, and required files
2. **Installation** - Run the automated installation script to deploy and configure the node

## What You'll Get

After successful setup, your private node will provide:

* **S3-compatible API** endpoint for AWS S3 operations
* **GCS-compatible API** endpoint for Google Cloud Storage operations
* **Azure Blob-compatible API** endpoint for Azure Blob Storage operations
* **Nginx reverse proxy** with SSL termination and load balancing
* **Docker-based services** for easy management and updates

## Next Steps

1. Review the [prerequisites](https://docs.flashback.tech/guides/private-node-setup/prerequisites) to ensure your infrastructure is ready
2. Follow the [installation guide](https://docs.flashback.tech/guides/private-node-setup/install-via-script) to deploy your node
