The Files Manager section is used to manage files for your application.
This feature is commonly used to distribute loaders, updaters, installers, or other software resources.Here you can add a direct download URL for a file, and your client application can download that file through the API.
How to Use the Files Manager#
Step 1 — Select an Application#
First, you need to select an application from the dashboard.If no application is selected, the page will display a warning:Select an Application First ⚠Therefore, open your application from the sidebar before using this section.
At the top of the page, a header is displayed:- Title: Files Manager
- Subtitle: Manage files for your selected application
In desktop view, the right side displays the total number of files:Total Files — the number of files currently stored for the application.
Below the header, there is a filter bar containing three options:- Search Files
- Actions
- Upload File
The search bar is used to quickly find files.As soon as you type text in the search box:- Matching files will appear
- Other files will automatically be hidden
The Actions button contains the following option:If you select this option:- All files for the application will be deleted
- A confirmation prompt will appear before deletion
Warning: This action is irreversible.
To add a new file, click the Upload File button.This will open the Upload File Modal.- Direct Download URL
- Note (optional)
Then click the Upload File button.After the file is successfully added, it will appear in the files list.
All uploaded files are displayed below.On desktop devices, files appear in a table/list format.- Filename — the file name
- ID — unique file ID
- Size — file size
- Note — optional description
- Auth — whether authentication is required
- Actions
On mobile devices, files are displayed in a card layout.- Filename
- File ID
- Size
- Auth Required / No
- Note
If the file URL is available, a Download icon will be displayed.Clicking this icon will open the direct download link for the file.
If you need to update the file URL or note:- Click the Edit icon
- The edit modal will open
- Update the URL or note
- Click Save Changes
To delete a specific file:- Click the Delete icon
- A confirmation prompt will appear
- After confirmation, the file will be deleted
If your software includes a loader or updater:- You can add the loader.exe download URL here
- Your client application can fetch the file through the API
- Users can receive automatic updates
In this way, the Files Manager is very useful for managing software distribution and updates.Modified at 2026-03-04 16:40:24