# The Configuration File
Configuration changes are made by modifying the configuration file and restarting the application.
# Modifying Settings on Linux
Log in to your server via SSH using the credentials specified when launching the instance.
Open the FileMage Gateway configuration file.
sudo vi /etc/filemage/config.yml
Press
i
to enter edit mode.Modify the settings as desired.
To exit without saving:
- Press
Esc
- Type
:q!
- Press
Enter
To save and exit
- Press
Esc
- Type
:x
- Press
Enter
- Restart the FileMage Gateway service:
sudo systemctl restart filemage
# Modifying Settings on Windows
Open a RDP session to your server using the credentials specified when launching the instance.
Open the file at
C:\ProgramData\FileMage\Gateway\config.yml
using notepad.
Note
ProgramData is a hidden folder.
Modify the settings as desired.
Save your changes.
Restart the FileMage Gateway service using the Windows service manager utility.