# Fivemanage Docs ## Docs - [Introduction to Fivemanage](https://docs.fivemanage.com/index.md): The ultimate toolkit for game developers: High-performance CDN and structured logging. - [Quickstart](https://docs.fivemanage.com/quickstart.md): Start using Fivemanage in a couple steps. - [Migrate from Fivemerr](https://docs.fivemanage.com/migrate-from-fivemerr.md): Learn how to migrate your files from Fivemerr to Fivemanage - [First steps](https://docs.fivemanage.com/guides/uploading-files/first-steps.md): Follow this guide to start uploading files - [Images](https://docs.fivemanage.com/guides/uploading-files/images.md): Upload images through the Fivemanage API - [Videos](https://docs.fivemanage.com/guides/uploading-files/videos.md): How to upload videos through our API. - [Presigned URLs](https://docs.fivemanage.com/guides/uploading-files/presigned-urls.md): Presigned URLs is the safest way to upload files through the client. One example is from NUI in FiveM, where you otherwise would expose the token to every client if you're not using a presigned URL, or uploading your files from the server. - [Getting started](https://docs.fivemanage.com/fivemanage/guides/logs/getting-started.md) - [Best practices](https://docs.fivemanage.com/fivemanage/guides/logs/best-practices.md): Learn how to effectively use Fivemanage logging with the REST API and SDKs. - [Game integrations](https://docs.fivemanage.com/fivemanage/guides/logs/game-integrations.md) - [Manage team members](https://docs.fivemanage.com/fivemanage/guides/dashboard/team/manage-members.md): Learn how to invite new members to your team and manage existing ones. - [Team Roles & Permissions](https://docs.fivemanage.com/fivemanage/guides/dashboard/team/roles.md): Understand the different access levels and permissions available for team members in Fivemanage. - [Upload files](https://docs.fivemanage.com/fivemanage/guides/dashboard/storage/upload-files.md): Learn how to upload images, videos, and audio files to Fivemanage and manage their retention settings. - [Storage Settings](https://docs.fivemanage.com/fivemanage/guides/dashboard/storage/settings.md): Configure automatic retention policies and media quality for your team's storage. - [Deleting files](https://docs.fivemanage.com/fivemanage/guides/dashboard/storage/deleting-files.md): Learn how to remove individual files or perform mass deletions from your storage. - [0Bug Report System](https://docs.fivemanage.com/guides/integration/bug-report-system.md): Learn how to integrate 0Bug Report System with Fivemanage. - [CodeM Phone](https://docs.fivemanage.com/guides/integration/codem-phone.md): Learn how to integrate CodeM Phone with Fivemanage. - [JPR Phone System](https://docs.fivemanage.com/guides/integration/jpr-phone.md): Learn how to integrate JPR Phone System with Fivemanage. - [LB Phone](https://docs.fivemanage.com/guides/integration/lb-phone.md) - [nPhone](https://docs.fivemanage.com/guides/integration/nphone.md): Learn how to integrate nPhone with Fivemanage. - [Quasar Smartphone](https://docs.fivemanage.com/guides/integration/quasar-smartphone.md): Learn how to integrate Quasar Smartphone / Smartphone Pro with Fivemanage. - [RX ReportsPRO](https://docs.fivemanage.com/guides/integration/reports-pro.md): Learn how to integrate RX ReportsPRO with Fivemanage for screenshots. - [ShareX](https://docs.fivemanage.com/guides/integration/sharex.md): Learn how to configure ShareX as a custom uploader for Fivemanage. - [TGIANN](https://docs.fivemanage.com/guides/integration/tgiann.md): Learn how to integrate TGIANN scripts with Fivemanage. - [YSeries | YFlip | YPhone](https://docs.fivemanage.com/guides/integration/yseries.md): Learn how to integrate YSeries scripts with Fivemanage. - [API Introduction](https://docs.fivemanage.com/api-reference/introduction.md): Build powerful integrations with the Fivemanage REST API. - [Migrate from V2](https://docs.fivemanage.com/api-reference/migrate-from-v2.md): Learn how to migrate from API V2 to V3 - [Refresh SDK Session](https://docs.fivemanage.com/api-reference/sdk-integration/refresh-sdk-session.md): Send a heartbeat to maintain an active SDK reporting session and extend token validity. - [Terminate SDK Session](https://docs.fivemanage.com/api-reference/sdk-integration/terminate-sdk-session.md): Manually invalidate an SDK session and its associated token. - [Authorize SDK Session](https://docs.fivemanage.com/api-reference/sdk-integration/authorize-sdk-session.md): Generate an SDK token to establish a reporting session. Required for game server integrations. - [List All Files](https://docs.fivemanage.com/api-reference/files/list-all-files.md): List files with pagination and filtering by type or path. If a custom CDN domain is configured and enabled, the response `url` will use the custom domain and `originalUrl` will contain the default storage URL. - [Upload File (Multipart)](https://docs.fivemanage.com/api-reference/files/upload-file-multipart.md): Upload a file using multipart/form-data with optional metadata and path. Supports images, videos, and audio. If a custom CDN domain is configured and enabled, the response `url` will use the custom domain and `originalUrl` will contain the default storage URL. - [Upload File (Base64)](https://docs.fivemanage.com/api-reference/files/upload-file-base64.md): Upload a base64 encoded file with optional metadata and path. Supports images, videos, and audio. If a custom CDN domain is configured and enabled, the response `url` will use the custom domain and `originalUrl` will contain the default storage URL. - [Create Presigned Upload URL](https://docs.fivemanage.com/api-reference/files/create-presigned-upload-url.md): Generate a presigned URL for file upload in V3. This URL allows uploading a file directly without using an API token in the final POST. - [Upload File via Presigned URL](https://docs.fivemanage.com/api-reference/files/upload-file-via-presigned-url.md): Upload a file using a V3 presigned URL token. Supports all standard V3 upload fields in form-data. If a custom CDN domain is configured and enabled, the response `url` will use the custom domain and `originalUrl` will contain the default storage URL. - [Retrieve File Metadata](https://docs.fivemanage.com/api-reference/files/retrieve-file-metadata.md): Get detailed information about a specific file by ID or storage key. If a custom CDN domain is configured and enabled, the response `url` will use the custom domain and `originalUrl` will contain the default storage URL. - [Delete File](https://docs.fivemanage.com/api-reference/files/delete-file.md): Delete a specific file by ID or storage key. - [Query Logs](https://docs.fivemanage.com/api-reference/logging/query-logs.md): Search and list log entries with filtering and pagination. - [Ingest Logs](https://docs.fivemanage.com/api-reference/logging/ingest-logs.md): Submit one or more log entries to the logging system. - [Get Log by Trace ID](https://docs.fivemanage.com/api-reference/logging/get-log-by-trace-id.md): Retrieve a single log entry by its trace ID. - [Introduction](https://docs.fivemanage.com/fivem-sdk/introduction.md): The Fivemanage SDK for FiveM simplifies interaction with our public API, providing straightforward access to image, video, audio, and log hosting services. - [Installation](https://docs.fivemanage.com/fivem-sdk/installation.md): Learn how to install and set up the Fivemanage SDK on your FiveM server. - [Configuration](https://docs.fivemanage.com/fivem-sdk/configuration.md): Detailed explanation of the configuration options available in the Fivemanage SDK. - [Images](https://docs.fivemanage.com/fivem-sdk/images.md): Learn how to capture and upload images using the Fivemanage SDK. - [Logs](https://docs.fivemanage.com/fivem-sdk/logs.md): Centralize your server logs with the Fivemanage SDK. - [Presigned URLs](https://docs.fivemanage.com/fivem-sdk/presigned-urls.md): Generate secure, temporary URLs for direct media uploads. - [Introduction](https://docs.fivemanage.com/hytale-sdk/introduction.md): The ultimate logging solution for Hytale dedicated servers. - [Installation](https://docs.fivemanage.com/hytale-sdk/installation.md): How to install the Fivemanage Logger plugin on your Hytale server. - [Configuration](https://docs.fivemanage.com/hytale-sdk/configuration.md): Configure your logging providers and event tracking. - [Usage](https://docs.fivemanage.com/hytale-sdk/usage.md): How to use the Fivemanage Logger API in your own Hytale mods. - [Introduction to Fivemanage Lite](https://docs.fivemanage.com/lite/guides/introduction-to-lite.md): An overview of the open-source, self-hosted version of Fivemanage. - [Quickstart](https://docs.fivemanage.com/lite/guides/quickstart.md): Get Fivemanage Lite up and running in minutes using Docker. - [Configuration](https://docs.fivemanage.com/lite/guides/configuration.md): Configure Fivemanage Lite environment variables and dependencies. - [Developing & Contributing](https://docs.fivemanage.com/lite/guides/contributing.md): Learn how to build Fivemanage Lite from source and contribute to the project. - [ClickHouse Setup](https://docs.fivemanage.com/lite/guides/logs-storage/clickhouse.md): Configure ClickHouse for high-performance log ingestion. - [MinIO Setup](https://docs.fivemanage.com/lite/guides/logs-storage/minio.md): Configure MinIO for self-hosted S3-compatible storage. ## OpenAPI Specs - [openapi](https://docs.fivemanage.com/openapi.json) ## Optional - [Blog](https://fivemanage.com/blog)