# The Configuration File

Configuration changes are made by modifying the configuration file and restarting the application.

# Modifying Settings on Linux

  1. Log in to your server via SSH using the credentials specified when launching the instance.

  2. Open the FileMage Gateway configuration file.

sudo vi /etc/filemage/config.yml
  1. Press i to enter edit mode.

  2. Modify the settings as desired.

  3. To exit without saving:

  • Press Esc
  • Type :q!
  • Press Enter

To save and exit

  • Press Esc
  • Type :x
  • Press Enter
  1. Restart the FileMage Gateway service:
sudo systemctl restart filemage

# Modifying Settings on Windows

  1. Open a RDP session to your server using the credentials specified when launching the instance.

  2. Open the file at C:\ProgramData\FileMage\Gateway\config.yml using notepad.

Note

ProgramData is a hidden folder.

  1. Modify the settings as desired.

  2. Save your changes.

  3. Restart the FileMage Gateway service using the Windows service manager utility.