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

What's in the FotoStation app bundle? Which actions require deployment scripting? Scripting product activation Online activation Activation using a license server Presetting FotoStation to load a centrally stored configuration locationData.xml - contents and legend: Legacy locationData.xml contents and legend Distributing the locationData.xml file What's next?
  • Home
  • Fotostation
  • Configuring Fotostation for multi-user environments
  • Enterprise deployment of FotoStation

Deployment of FotoStation for Mac

You can deploy FotoStation on Mac using several different tools. Some of the deployment-related operations must be scripted because they require administrative privileges.

11. April 2025

Elaine Foley

Table of Contents

What's in the FotoStation app bundle? Which actions require deployment scripting? Scripting product activation Online activation Activation using a license server Presetting FotoStation to load a centrally stored configuration locationData.xml - contents and legend: Legacy locationData.xml contents and legend Distributing the locationData.xml file What's next?

What's in the FotoStation app bundle?

FotoStation for Mac can be downloaded from the Downloads section of the Fotoware Customer Portal. It comes as a disk image (.dmg) that can be mounted on the desktop and contains a single file - the FotoStation app, a bundle containing all the components required to run FotoStation.

When the application is launched after being copied to the hard drive, it unpacks all required components and places them in different folders within the Mac OS Library folder. It creates a configuration for the individual user in the user's Library folder. For more information on where the files are stored, see Where are configuration files stored in Mac? 

If FotoStation has not previously been installed on the Mac, the FLEXnet licensing service folder needs to have special permissions set, as does the folder where the trusted storage files are created. This requires user elevation with a password. However, by scripting the creation of these folders and placing the necessary files in them during deployment, a user with limited access in Mac OS can double-click the FotoStation app, and everything will run smoothly without user input. This also means that subsequent updates to FotoStation can be rolled out by simply replacing the FotoStation bundle in the Applications folder.

Which actions require deployment scripting?

The FLEXnet licensing service has to be manually put in the right place, and special permissions must be set using chmod. The file can be found in the FotoStation bundle: Right-click it and choose Show Package Contents. Open the Contents folder and then open the SharedSupport folder.

Component File in bundle Action that must be scripted
FLEXnet Licensing Service FNPLicensingService

Store in /Library/Application Support/FLEXnet Publisher/Service/11.18.3 (for Fotostation version 8.0.893 and later)

Store in /Library/Application Support/FLEXnet Publisher/Service/11.1.6 (for FotoStation versions prior to 8.0.893)

Change file permissions using chmod:

1 chmod 4755 FNPLicensingService
Trusted storage folder  

Make sure the folder /Library/Preferences/FLEXnet Publisher exists and has write permissions for all users:

1 chmod 777 /Library/Preferences/FLEXnet Publisher
FotoStation default configuration folder  

The default configuration folder has to exist in this location:

Library/Application Support/Fotoware/FotoStation/

Create these folders as necessary. 

Product activation   See Scripting product activation.

Scripting product activation

When deployed, large-scale FotoStation can be activated in two ways:

  • regular online activation using the Fotoware license tool (part of the FotoStation app bundle)
  • configuring FotoStation to get its activation from a license server

Online activation

We recommend using the fwLicenseTool, available in the Downloads section of the Fotoware Customer Portal, to perform scripted activation. This tool (unlike the bundled activation wizard) does not require a UI to run; it runs completely from the terminal.

The available options that can be used with this activation tool are documented alongside the installer in the Fotoware Customer Portal.

Activation can be accomplished by scripting the command to run on the client after placing the FotoStation package in the Applications folder.

Activation using a license server

FotoStation can also be configured to get its activation from a license server. To script this, you need to create a file that contains a pointer to the Fotoware license server and place it in the home folder of every Mac user of FotoStation.

For more information about the file and its syntax, see Activating a Fotoware license with a license server.

Presetting FotoStation to load a centrally stored configuration

The DefaultConfiguration.zip file is located in the SharedSupport folder in the application bundle. This is the configuration that FotoStation automatically unzips to /Library/Application Support/Fotoware/FotoStation when it starts, assuming no configuration is already present.

Copy this zip file to your local desktop and unzip it to find the locationData.xml file, which manages the location from where FotoStation loads its configuration.

Open it in a plain text editor (for example, TextEdit in Mac OS) to change the configuration type and location.

locationData.xml - contents and legend:

<?xml version="1.0" encoding="utf-8"?>
<Fotoware_Settings>
 <Group name="ConfigLocation">
 <String name="locationType">FwpLogon</String>
 <Int name="showOffline">0</Int>
 <String name="logonPath"></String>
 <String name="serverUrl">IMSERVER</String>
 </Group>
</Fotoware_Settings>
Property Possible values Explanation
locationType User, FwpLogon

User specifies that each FotoStation user has an individual configuration stored in their user profile. In this mode, leave the logonPath and serverUrl properties empty.

FwpLogon specifies that FotoStation retrieves its configuration from an Index Manager server via the FWP protocol. This value must be coupled with a valid serverURL value.

serverURL IP address or host name of
the Index Manager server where
the configurations are stored
Examples: 127.0.0.1, IMSERVER, www.mydomain.com
showOffline 0, 1

0 means that users cannot choose to work offline, they are required to log on to the server

1 means that users can choose the Work Offline option in the login dialog.
Users must first save a configuration for offline use.

For an explanation of legacy properties for logon to a configuration folder stored on an SMB share, see below.
locationData.xml properties and values

Legacy locationData.xml contents and legend

<?xml version="1.0" encoding="utf-8"?>
<Fotoware_Settings>
 <Group name="ConfigLocation">
 <String name="locationType">Logon</String>
 <Int name="showOffline">0</Int>
 <String name="logonPath">\\MYSERVER\Shared Data\FotoStation Logon</String>
 </Group>
</Fotoware_Settings>
Property Possible values Explanation
locationType User, Logon

User specifies that each FotoStation user has an individual configuration stored in their user profile. In this mode, leave the logonPath and serverUrl properties empty.

Logon specifies FotoStation retrieves its configuration from an SMB file share. This property must be coupled with a valid LogonPath value.

logonPath

UNC path to the share with the configurations

Windows clients: \\servername\sharename\folder

Mac clients: /Volumes/volumename/sharename/folder)

Remember that the share has to be mounted for the Mac to find the logon folder.

If using per-user configurations, leave this property empty.
showOffline 0, 1

0 means that users cannot choose to work offline; they are required to log on to the server

1 means that users can choose the Work Offline option in the login dialog.
Users must first save a configuration for offline use.

Legacy locationdata.xml properties and values

Distributing the locationData.xml file

Having made the necessary adjustments to the locationData.xml file, add a scripted operation that stores it to /Library/Application Support/Fotoware/FotoStation.

What's next?

If you have not already created server-stored configurations for FotoStation, see Managing several FotoStation configurations on the network.

mac integration fotostation deployment

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Changing a site's default page title
  • Requirements for using the Archive Agent API
  • Getting started with the Archive Agent API
  • Activating FotoStation using a logon script
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