Are you ready to use our support software? Let's install it to your forum!
Before you start with this installation guide, make sure you have an active subscription for your Flarum forum.
Never installed from Flarum before?
If you have never installed a Flarum paid extension before, follow the guide. Otherwise, skip to step 3.
1. Login into Flarum
This first step is to login into Flarum. Then go to the Flarum Support extension page.

2. Authenticating your server to the services
On the Flarum dashboard, you'll find a Subscriptions page . Here you can generate a token which you should add to your composer.json and to authenticate downloading the premium extension.
If you have never authenticated yourself before, request a token by going to the Subscriptions dashboard and click the "Instructions" button.
After clicking, a window will appear where you can configure the token. Enter a recognizable name and confirm by clicking the Next
button.

The second step will show you a composer set token with your secret token. By running the command on your server, you will get access to downloading the premium extension. Copy the command and paste on your terminal.

On the last step, copy the visible code to add the Flarum repository to composer.

The instructions will look similar to the following:
composer config --global bearer.flarum.org __secret_token_here__
composer config repositories.flarum composer https://flarum.org/composer
3. Install Flarum Support
After you have set up Composer correctly, it's time for the easy part! Run the final command to install the Flarum Support extension:
composer require v17development/flarum-support
That's it! Activate the extension and enjoy 🙂
Updating
Is there a new version available and you only want to update this extension? Then, run the following command:
composer update v17development/flarum-support
If you have any questions left, let us know 🙂