# 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](/guides/private-node-setup/prerequisites.md) to ensure your infrastructure is ready
2. Follow the [installation guide](/guides/private-node-setup/install-via-script.md) to deploy your node


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flashback.tech/guides/private-node-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
