Install Devin on Your Own Server
The following steps guides you in installing Devin Server
Download and Install Devin Server
Download the latest Devin Server installer for Windows Server.
Run the Devin-Server-<version>.exe installer and follow the on-screen instructions.
The installer will prompt for:
Credentials for the FileMaker Admin Console account
Devin Server Type (Development or Staging/Production)
For Staging/Production Server Installations
Save the API Key
After installing a non-development server, the graphical installer will show an API key in a pop-up window. Save this key, as you will need this when adding the server in the Devin App.
If you loose the API Key, it can be located in /Program Files/Devin/info.json on the server.
On Linux, you have two options for installing Devin: interactively or unattended. The interactive is the recommended method and involves manual installation steps, suitable for individual installations. Unattended installation is ideal for setting up Devin on multiple servers simultaneously, as it requires no manual input during the process.
Update Your System
Ensure that your system is up to date by running:
sudo apt-get update -ysudo apt-get upgrade -yEnsure that the unzip utility is installed by running:
sudo apt-get install unzip -yDownload and prepare the installer script
Navigate to the tmp directory:
cd /tmpDownload the installler:
wget https://download.devin.fm/downloads/server/public/latest/linux/install_devin_unix.zipUnzip the installer:
unzip install_devin_unix.zipNavigate to the installer folder:
cd install_devinChange the permissions for the install script
chmod 755 install_devin_unix.shInstall Devin Server interactivily (recommended method)
Start the interactive installer by running the following commands in your terminal:
sudo ./install_devin_unix.shThe installer will prompt for:
Credentials for the FileMaker Admin Console account
Devin Server Type (Development or Staging/Production)
Install Devin Server unattended
Alternativily, you can install Devin Server unattended by running the following in your terminal:
sudo ./install_devin_unix.sh --username {fms user} --password {fms pass} --type {prod / dev}For Staging/Production Server Installations
Save the API Key
After installing a non-development server, save the API Key that gets output in the terminal. You will need this when adding the server in the Devin App.
For unattended installs, or if you loose the API Key, it can be located in /opt/Devin/info.json on the server.
Devin Server 1.1.1 for macOS is unstable and may not install correctly.
Please contact us for interest in releasing our newest features to macOS.
Download the latest Devin Server installer for macOS.
Run the Devin-Server-<version>.pkg installer and follow the on-screen instructions.
The installer will prompt for:
Credentials for the FileMaker Admin Console account
Devin Server Type (Development or Staging/Production)
For Staging/Production Server Installations
Save the API Key
After installing a non-development server, the graphical installer will show an API key in a pop-up window. Save this key, as you will need this when adding the server in the Devin App.
If you loose the API Key, it can be located in /Library/Devin/info.json on the server.
Connect the Server in your App
To add a server in the Devin app, see Add a Server.
Last updated
Was this helpful?