Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  1. Fotoware Alto
    • 11.14 Schreckhorn
    • Terminology
    • Solutions
    • User Guide - Deutsch
    • User Guide - English
    • API Changelog
  2. Fotoware Veloz
    • Managing users and groups
    • Configuring archives
    • Configuring workflows
    • Configuring site behavior
    • Navigating and searching to find your assets
    • Working with your assets
    • Editing asset metadata
    • Uploading files
    • Version Control in Fotoware
    • Albums - Creating and sharing collections
    • Placing assets in a CMS
    • Working with the Fotoware Pro interface
    • Using the Fotoware plugins
    • Consent management
    • User guide to FotoWeb for iPad (Legacy)
    • Picture conferencing with FotoWeb Screens (Legacy)
    • What's what in Fotoware
    • GDPR
    • Fotoware Veloz releases
    • Activity Exports
    • Fotoware Example Workflows
  3. Fotostation
    • Getting started with Fotostation
    • Viewing, selecting and sorting files
    • Managing your assets with archives
    • Adding metadata to assets
    • Searching for assets
    • Working with your assets
    • Version Control in Fotostation
    • Automating tasks with Actions
    • Configuring metadata fields and editors
    • Configuring Fotostation
    • Configuring Fotostation for multi-user environments
    • Troubleshooting Fotostation
  4. Fotoware Flow
    • What is Flow?
    • Getting started
    • Flow dictionary
  5. Fotoware On-Premises
    • Getting started
    • Index Manager
    • FotoWeb
    • Color Factory
    • Connect
    • Operations Center Guide
  6. Integrations and APIs
    • The Fotoware API
    • Creating integrations using embeddable widgets
    • Authorizing applications using OAuth
    • Auto-tagging
    • FotoWeb Drag and Drop export
    • Integration using webhooks
    • Optimizely and Episerver plugin documentation
    • User Interface Integrations
  7. Fotoware Mobile
    • User guide for Fotoware Mobile for iPhone and Android
    • User guide to FotoWeb for iPad (Legacy)
    • User guide to FotoWeb for iPhone and Android (Legacy)

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Support

Table of Contents

Fotoware for InDesign Server Installing Fotoware for InDesign Server Note Configuring Fotoware for InDesign Server Creating SiteConfig.xml Note Example SiteConfig.xml
  • Home
  • Fotoware Veloz
  • Using the Fotoware plugins

Fotoware for InDesign Server

Learn how to use Fotoware for InDesign with InDesign Server.

13. May 2025

Elaine Foley

Table of Contents

Fotoware for InDesign Server Installing Fotoware for InDesign Server Note Configuring Fotoware for InDesign Server Creating SiteConfig.xml Note Example SiteConfig.xml

Fotoware for InDesign Server

Starting with version 1.0.15, Fotoware for InDesign can also be used with InDesign Server. This allows InDesign Servers to look up linked images from Fotoware when they are being processed, such as exported to PDF or sent to a printer.
 

Installing Fotoware for InDesign Server

Currently, the installation procedure for Fotoware for InDesign Server is to copy the plugin files from an InDesign Desktop installation.

  1. Install the InDesign desktop application. This must not be on the computer where InDesign Server is installed, but it must be the same InDesign software version and the same platform type (Windows or Mac).
  2. Install and start FotoWeb Desktop.
  3. In FotoWeb Desktop, go to Install Fotoware Extensions for Adobe CC. 
  4. Open Explorer on Windows or Finder on Mac and navigate to the InDesign desktop installation folder. This is usually
  • C:\Program File\Adobe\Adobe InDesign 202x\Plug-Ins\Fotoweb on Windows,
  • /Applications/Adobe InDesign 202x/Plug-Ins/Fotoweb on Mac.
  1. Copy the Plug-ins/Fotowebsubfolder to the Plug-ins folder in the InDesign Server installation folder.
  2. As a final step, delete the Fotoweb User Interface plugin from Plug-ins/Fotoweb in the InDesign server installation. InDesign server will not start if this plugin is present, since it does not have a user interface.
  • On Windows:

FotowebUI_InDesign.*.pln

(FotowebUI_InDesign.* Resources)

  • On Mac:

FotowebUI.InDesignPlugin
 

Note

The plugin folder (Plug-ins/Fotoweb) on Mac contains folders with special attributes and symbolic links. Make sure to copy this folder in a way that preserves these. For example, do not use a USB stick with a FAT32 filesystem as intermediate storage.

 

 

Configuring Fotoware for InDesign Server

Starting with version 1.0.15, all configuration for Fotoware for InDesign is stored in SiteConfig.xml. This file can be stored in one of two places:

  • In the home directory, shared with FotoWeb Desktop. This is the default configuration.

"%APPDATA%\FotoWare\FotoWeb Desktop\SiteConfig.xml" on Windows.

~/Library/Preferences/FotoWare/FotoWeb\ Desktop/SiteConfig.xml on Mac.

  • In the same folder as the plug-in. This is the recommended configuration when InDesign Server runs as a background service, which does not have a valid home directory.

 

Creating SiteConfig.xml

Fotoware for InDesign will use the application ID and secret to authenticate against all Fotoware servers in SiteConfig.xml. This makes it possible to link assets from more than one Fotoware server in documents being processed by InDesign Server. Follow these steps to create the configuration file:

  1. Use an existing SiteConfig.xml, such as the one used when the Fotoware links were created in the InDesign documents, as the basis for the InDesign Server configuration.
  2. Log in to Fotoware and create an application definition for the InDesign Server. For more information, see Non-interactive application authorization with OAuth 2.0.
  3. Open SiteConfig.xml in a text editor and locate the corresponding <FotoWebSite> section. Add two new tags <ClientId> and <Secret> to this section, with the generated application ID and secret, respectively.
  4. Repeat from step 2 for all servers containing assets linked in the documents.

    Note

    Avoid trailing and preceding whitespace in <HostName>, <ClientId> and <Secret>. Everything inside these tags is used verbatim by the plugin.

     


Example SiteConfig.xml



<?xml version='1.0' encoding='UTF-8'?>
<Settings>
     <Sites>
          <FotoWebSite>
               <HostName>https://site1.fotoware.cloud/</HostName>
               <ClientId>aaaaaaaaaaa-bbbb-cccc-dddd-eeeeeeeee</ClientId>
               <Secret>xxxxxxxxxxxxxxxxxxx-yyyyyyy-zzzzzzzzzz</Secret>               
               <Default>true</Default>
          </FotoWebSite>
          <FotoWebSite>
               <HostName>https://site2.fotoware.cloud/</HostName>
               <ClientId>fffffffffff-gggg-hhhh-iiii-jjjjjjjjj</ClientId>
               <Secret>xxxxxxxxxxxxxxxxxxx-yyyyyyy-zzzzzzzzzz</Secret>               
          </FotoWebSite>
     </Sites>
     <InDesign ui_loglevel="TRACE"
               ui_logfile="/tmp/indesign_ui_plugin.log"
               logfile="/tmp/indesign_plugin.log"
               logSrcLocation="true"
               liveLinkRefresh="10"
               loglevel="DEBUG"
               link_to_original="true"/>
     <Connection>
          <Proxy server="" password2="" userName="" proxyType="none" port="0"/>
     </Connection>
</Settings>

 

simplified integration photo management

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • What are the differences between a standard and extended actions?
  • Using an archive as a workflow destination
  • Sharing an album or using CMS export gives an error message
eco-lighthouse-miljøfyrtårn

Company

  • About us
  • Resellers
  • Careers
  • Contact us

Help & support

  • Support center
  • Consultancy
  • Tech partners
  • Fotostation
  • System status

Trust Center

  • Legal
  • Security
  • Sustainability & ESG

Locations

Fotoware AS (HQ)
Tollbugata 35
0157 OSLO
Norway
FotoWare Switzerland AG
Industriestrasse 25
5033 Buchs (AG)
Switzerland

Copyright 2025 Fotoware All rights reserved.

  • Terms of service
  • Privacy policy
  • Cookie policy

Knowledge Base Software powered by Helpjuice

Expand