Skip to main content
Feedback

User settings

You can modify your personal user settings, change your password, generate API keys, or log out of the platform. The user profile icon shows the customer instance code for the environment you are currently accessing. The Profile Settings page allows you to edit your personal user information.

Changing password

The Change Password page enables you to change your account password.

  1. Go to your account and click the user profile icon.

  2. Select the Change Password option.

  3. In the Current Password field, enter your current password to verify your identity.

  4. In the New Password field, enter your desired new password.

    Make sure your new password meets the specified requirements (For example, length, use of special characters)

  5. In the Confirm Password field, re-enter your new password.

  6. Click Save. A confirmation message appears when the password is changed successfully.

    For security reasons, the MFT portal logs you out and asks you to log in again using your new password.

info

The password must not be found in the breach database for all portal and machine users.

MFT access tokens expire after 10 minutes. The MFT portal logs you out after 20 minutes of inactivity.

Password security tips

  • Choose a strong, unique password
  • Use a combination of uppercase and lowercase letters, numbers, and special characters
  • Avoid using easily guessable information (For example, birthdays, names)
  • Don't reuse passwords across multiple accounts

API Keys

You can create API keys under your user profile for API authentication to the MFT service.

  1. Click your user profile icon and then click API Keys.

  2. Click Create API Key and configure the following fields:

    • API Key Name - Enter a descriptive name for the key.

    • Expiration - (Optional) Set an expiration date for the key.

      warning

      Integrations that include API keys will break when the key expires.

    • Allowed Organizations - Keys can be associated with Organizations.

    • Allowed APIs - Choose the APIs to which the key has access.

  3. Click Save at the top of the page.

The new key is listed on the API Keys page.

info

When you use an API key from any external application, you must call the header ApiKey.

Custom branding

MFT supports the ability to Custom Brand your Automated File Transfer instance.

You can personalize your instance by adding a custom logo to the front page and customize the UI color palette to reflect your brand.

  • Custom Logo - Add a custom logo to the front page of your Automated File Transfer instance for enhanced branding.

  • Custom UI Colors - Configure the UI color palette to match your brand's aesthetic, including options for key UI elements such as backgrounds, text, and accent colors.

  • Base Configurable Items - You can define or set the following base items in your color palette:

    • Background: --background: 0 0% 100%;
    • Foreground: --foreground: 222.2 84% 4.9%;
    • Card: --card: 0 0% 100%;
    • Card Foreground: --card-foreground: 222.2 84% 4.9%;
    • Popover: --popover: 0 0% 100%;
    • Popover Foreground: --popover-foreground: 222.2 84% 4.9%;
    • Primary: --primary: 213 83% 18%;
    • Primary Foreground: --primary-foreground: 210 40% 98%;
    • Secondary: --secondary: 203 79% 94%;
    • Secondary Foreground: --secondary-foreground: 222.2 84% 4.9%;
    • Muted: --muted: 210 40% 96.1%;
    • Muted Foreground: --muted-foreground: 215.4 16.3% 46.9%;
    • Accent: --accent: 203 79% 94%;
    • Accent Foreground: --accent-foreground: 222.2 84% 4.9%;
    • Destructive: --destructive: 0 84.2% 60.2%;
    • Destructive Foreground: --destructive-foreground: 210 40% 98%;
    • Border: --border: 214.3 31.8% 91.4%;
    • Input: --input: 214.3 31.8% 91.4%;
    • Ring: --ring: 221.2 83.2% 53.3%;
  • Border Radius: --radius: 0.5rem;

To enable the Custom Branding options, a Vanity URL must be used to access your instance.

  • A vanity URL is a custom URL associated with your specific Automated File Transfer instance.
  • You cannot apply custom branding options without a vanity URL.

Enabling Custom Branding

To activate the Custom Branding feature, contact our support team by opening a support ticket. Provide the following details in your ticket:

  • The logo file you wish to use. Ensure that the logo file is in a suitable format (For example, PNG or SVG) and meets size and resolution recommendations.
  • A list of your preferred UI color palette variables and values.

The support team configures your instance with the branding details you provided. You will be notified once the changes are complete.

Vanity URLs

A vanity URL lets you use a custom domain name (For example, transfer.yourcompany.com) for your Automated File Transfer instance instead of the default URL. You can set up and configure vanity URLs using customer-provided SSL certificates. A vanity URL provides:

  • Brand consistency across your digital properties
  • Enhanced user trust and recognition
  • Simplified access for your users

Prerequisites

To implement a vanity URL, you must provide an SSL certificate in either .PFX or .PEM format with the following specifications:

  • Your certificate file should follow this order:

    1. Domain Certificate
    2. Intermediate Certificate 1
    3. Intermediate Certificate 2
    4. Root Certificate
  • The private key must be included in the .PFX or .PEM file

  • Key must be encrypted with a password

  • Supported key types: RSA (2048-bit or higher) or ECC (P-256 or P-384)

Implementation

  1. Prepare your Certificate

    • Combine all certificates and private key into a single .PFX or .PEM file
    • Verify the correct order of certificates
    • Ensure there are no extra spaces or characters between certificates
  2. DNS configuration

    • Create a CNAME record pointing your vanity domain to your Automated File Transfer instance
    • Allow 24-48 hours for DNS propagation
  3. Certificate submission

    • Submit your .PFX or .PEM file through the support ticketing portal
    • Support team validates the certificate chain and private key
    • You will receive a confirmation once the certificate is successfully installed

Before submitting your certificate, verify the following:

  • Certificate chain is complete and properly ordered
  • Domain name matches your intended vanity URL
  • Certificate is currently valid and not expired
  • Private key matches the domain certificate
  • Certificate is in the proper format, either .PFX or .PEM.

Maintenance and Renewal

  • Monitor certificate expiration dates
  • Plan to submit renewed certificates at least 30 days before expiration
  • Maintain consistent certificate chain order when submitting renewals

For assistance with vanity URL configuration or certificate issues, contact our support team.

Security notes

  • Keep your private key secure and never share it with unauthorized parties
  • Use strong encryption for your certificates (minimum 2048-bit RSA)
  • Follow industry best practices for certificate management
  • Regularly audit your SSL configuration for security vulnerabilities
On this Page