# Deploy FusionAuth with Easypanel

URL: /templates/fusionauth

FusionAuth is a powerful, self-hosted identity and access management platform designed for developers. It provides a robust set of features, including user authentication, authorization, and user management, all accessible through a modern API or web interface. FusionAuth supports advanced features like social login, SSO, passwordless login, and multi-factor authentication.

## Benefits

### Comprehensive Identity Management

FusionAuth allows you to manage user authentication, authorization, and profiles efficiently through a user-friendly interface or APIs.

### Developer-Centric Solution

Designed with developers in mind, FusionAuth is easy to integrate into any application stack with extensive documentation and SDKs.

### Secure and Flexible

FusionAuth provides advanced security features such as SSO, passwordless login, and multi-factor authentication for ultimate flexibility.

## Features

### Multi-Factor Authentication

Enhance user security with support for TOTP, SMS, and email-based multi-factor authentication.

### Social Login

Easily integrate with popular social providers like Google, Facebook, and Twitter for quick user onboarding.

### Customizable Branding

Fully customize the look and feel of your login pages and user portals to match your brand.

### Role-Based Access Control

Manage user permissions and access with fine-grained role-based access control.

## Configuration

- `appServiceName` (App Service Name, required): fusionauth

- `appServiceImage` (App Service Image, required): fusionauth/fusionauth-app:1.66.0

- `opensearchServiceImage` (OpenSearch Service Image, required): opensearchproject/opensearch:3.1.0

## Services

- fusionauth: app (fusionauth/fusionauth-app:1.66.0)

- fusionauth-search: app (opensearchproject/opensearch:3.1.0)

- fusionauth-db: postgres

## Resources

- [Documentation](https://fusionauth.io/docs)

- [Github](https://github.com/FusionAuth)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/fusionauth)