Authvaultix
    Pages
    • Overview
    • Dashboard
    • Pages
    • API
    • Applications
    • Users
    • Subscriptions
    • Licence
    • Chatroom
    • Manage Accounts
    • seller keys
    • Seller Logs
    • Global Variables
    • User Variable
    • Sessions
    • Files
    • Blacklist
    • Whitelist
    • Webhooks
    • Logs
    • Audit Logs
    • Account
    • Settings
    • Forms
    • Upgrade
    • Bug Bounty
    Discord
    Github

    Files

    Files Manager#


    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.

    Page Interface Overview#


    1) Page Header#

    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.

    2) Filter Bar#

    Below the header, there is a filter bar containing three options:
    • Search Files
    • Actions
    • Upload File

    Search Files#

    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

    Actions Dropdown#

    The Actions button contains the following option:
    • Delete All Files
    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.

    Upload File#

    To add a new file, click the Upload File button.
    This will open the Upload File Modal.
    You will see two fields:
    • Direct Download URL
    • Note (optional)
    Example:
    https://example.com/loader.exe
    Note:
    Main Loader File
    Then click the Upload File button.
    After the file is successfully added, it will appear in the files list.

    Files List#


    All uploaded files are displayed below.

    Desktop View#

    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

    Mobile View#

    On mobile devices, files are displayed in a card layout.
    • Filename
    • File ID
    • Size
    • Auth Required / No
    • Note

    File Actions#


    Download File#

    If the file URL is available, a Download icon will be displayed.
    Clicking this icon will open the direct download link for the file.

    Edit 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

    Delete File#

    To delete a specific file:
    • Click the Delete icon
    • A confirmation prompt will appear
    • After confirmation, the file will be deleted

    Example Use Case#


    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
    Previous
    Sessions
    Next
    Blacklist
    Built with