DOCS
Built for <devs>
FusionAuth gives devs complete flexibility with minimal implementation effort. Dive right into our full documentation, including the APIs, or get started with the links below.
FULL DOCUMENTATIONPopular Documentation Pages
You can explore our documentation by clicking the button above or jump to specific areas using any of the links below.
Getting Started
Popular Features
User Management
Tenants & Apps
Email & Login
Papers, Guides & Resources
Auth is complex. We share everything we know.
Any Platform, Any Framework
Install FusionAuth anywhere and integrate with anything in minutes.
Ask Questions About FusionAuth
Join the FusionAuth developer community and share your challenges and solutions.
JOIN THE COMMUNITYCopy and paste the code below and we'll do the rest. (Feel free to read the install scripts first.)
Installs in your current working directory using ZIP packages Copied
sh -c "curl -fsSL https://raw.githubusercontent.com/FusionAuth/fusionauth-install/master/install.sh | sh -s - -z"
Copy and paste the code below into Terminal and we'll do the rest. (Feel free to read the install scripts first.)
Installs in your current working directory using ZIP packages Copied
sh -c "curl -fsSL https://raw.githubusercontent.com/FusionAuth/fusionauth-install/master/install.sh | sh"
Copy and paste each command below into Terminal to install using Homebrew.
Step 1: Install the FusionAuth tap, this will only need to be performed once Copied
brew tap fusionauth/homebrew-fusionauth
Step 2: Install FusionAuth Copied
brew install fusionauth-app
Step 3: Start FusionAuth Copied
brew services start fusionauth-app
Copy and paste the code below into Powershell and we'll do the rest. (Feel free to read the install scripts first.)
Installs in your current working directory using ZIP packages Copied
. { iwr -useb https://raw.githubusercontent.com/FusionAuth/fusionauth-install/master/install.ps1 } | iex; install
Use the following Docker commands to get up and running quickly. Please feel free to open an issue or submit a pull request in GitHub if you find an issue.
Use Docker Compose to build an entire FusionAuth instance Copied
curl -o docker-compose.yml https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/docker-compose.yml && curl -o .env https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/.env && docker-compose up
All images can be found on Docker Hub. For additional installation options or to install Elasticsearch in addition to FusionAuth using Docker, check out the Docker Installation Guide.
Looking for our standard packages (DEB, RPM and ZIPs)? They are stored in our direct downloads.
DIRECT DOWNLOADSFor additional packages and versions checkout the Direct Download page. For additional installation options or to install Elasticsearch in addition to FusionAuth using Fast Path, check out the Fast Path Installation Guide; or Homebrew, check out the Homebrew Installation Guide.