FFLogs Uploader stores its settings using the Dalamud plugin configuration system. Most settings are saved automatically when you log in or start an upload, so there is rarely a need to reconfigure anything between sessions. This page covers every configurable option and what it controls.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Robert5204/FFLogsUploader/llms.txt
Use this file to discover all available pages before exploring further.
Login credentials
Your FFLogs account email and password are required to create and upload reports. Enter them in the login window that appears the first time you open the plugin with/fflogsuploader.
The Remember me checkbox controls whether credentials are saved between sessions. When enabled, the email and encrypted password are written to the plugin configuration file so you are logged in automatically on the next launch.
- Windows
- Linux / Wine
On Windows, the password is encrypted using DPAPI (Data Protection API). DPAPI ties the encrypted blob to your Windows user account, so the saved password cannot be decrypted on a different machine or user account.
Guild selection
The guild dropdown lists every guild associated with your FFLogs account. The list is populated from the login response when you authenticate.- Select Personal Logs to upload to your personal FFLogs profile.
- Select a guild name to upload the report to that guild’s log section. The guild must be one you are a member of on FFLogs.
Region
The region selector sets theserverOrRegion value sent to FFLogs when creating a report. Choose the region that matches your character’s home world data center.
| Option | API value | Data centers |
|---|---|---|
| NA | 1 | Aether, Crystal, Dynamis, Primal |
| EU | 2 | Chaos, Light |
| JP | 3 | Elemental, Gaia, Mana, Meteor |
| OC | 6 | Materia |
Visibility
The visibility setting controls who can view the report on FFLogs after it is uploaded.| Option | Value | Who can see it |
|---|---|---|
| Public | 0 | Anyone — the report appears in search results |
| Private | 1 | Only you — the report is hidden from all listings (default) |
| Unlisted | 2 | Anyone with the direct link, but not listed publicly |
Log directory
The log directory is the folder where ACT writes FFXIV log files. The plugin auto-detects the standard ACT path on startup:.log file rather than a directory. The path field accepts both.
FFLogs API credentials
The Parse Viewer requires a separate set of API credentials — a Client ID and Client Secret — to fetch parse data from the FFLogs GraphQL v2 API. These are different from your account email and password. You can create a free API client athttps://www.fflogs.com/api/clients. Paste the Client ID and Client Secret into the setup prompt that appears the first time you open the Parse Viewer. They are saved to the plugin configuration and reused automatically.
See Viewing parses for step-by-step API setup instructions.
When settings are saved
- Credentials: saved immediately after a successful login when Remember me is checked.
- Log directory, region, and visibility: saved when you click Start Live Logging or Go!.
- API credentials: saved when you click Save & Connect in the Parse Viewer setup prompt.
- Guild selection: not persisted between sessions — reselect your guild after restarting the plugin.