website logo
⌘K
Getting Started
Introduction
Basic Concepts
Opening an Account
Creating & Configuring Products
Integrating SDK and Configuring License Fulfillment
Activate a Key-Based License
Vendor Platform
Issuing New Licenses
License Detail View
Order Detail View
Customer Detail View
Metadata
Analytics
Settings
Product Configuration
Product Features
Product Custom Fields
Product Versioning
License Policies
Product Bundles
License Entitlements
License Types
Activations & Device Transfers
Features
Custom Fields
License Start Date
License Note
Maintenance Period
Trial Licenses
Floating Licenses
License Activation Types
Portals
End-User Portal
Offline Portal
Air-Gapped Portal
License API
License API Authorization
License Activation/Deactivation
License Check
Consumption
Floating
Trial Key
Product Details
Device Variables
Changing Password
Management API
Making API Requests
Management API Authorization
Customer
Product
Order
License
Device
Analytics
SDKs
Tutorials
.NET/C# SDK
.NET/C# Management SDK
C++ SDK
Java SDK
Python SDK
Go SDK
Delphi SDK
Swift/Objective-C SDK
Android SDK
Unity SDK
Errors and Response Codes
Floating Server
API Reference
Deployment
Configuration
Floating Server UI
Securing the Server
Whitelabeling
FAQ
Floating Server Changelog
Integrations
Salesforce
FastSpring
Stripe
Shopify
Common Scenarios
Single Sign On (SSO)
Glossary
General
SDK Glossary
Vendor Platform
Product Configuration Glossary
License Configuration
Postman Collections
Frequently Asked Questions
Changelog
License API changelog
Platform changelog
Docs powered by
Archbee
Floating Server

Configuration

5min

Choosing Configuration Type



Configuration Using Floating Server UI

Check out our Floating Server UI documentation to discover how to configure a floating server using the user interface.

Configuration File

Configuration file needs to be supplied to the server at the default or custom location. Server accepts .yaml files.

Configuration format:

YAML
|
# All products this user has licenses for
products:
  # add a key based license
  MicrosoftWord:
    licenseKey: GFEV-H2YD-63EK-LMAP
  # add an username based license 
  Skype:
    username: user
    password: pass

# Password hash for website login (e.g. https://bcrypt-generator.com/)
websitePassword: $2y$10$lsiMFX54HFoPbceInt3ppe4JW7wGxuYyRJSVLDgGX5RVv4m39aTyG

# API and shared keys for talking to LS API
apiKey:  <your_api_key>
sharedKey: <your_shared_key>

redis:
  addresses:
    - "localhost:6379"
    
ui:
  disableUnregistration: false


Program Arguments

Floating server accepts the following arguments:

Argument Name

Default

Description

port

"8080"

Server port

config

"config/config.yaml"

Configuration file location

logfile

"logs/floating-server.log"

Log file location

data

"data/"

Local database location

logo



Logo file location

welcomeMessage



UI welcome message



Updated 05 Sep 2023
Did this page help you?
PREVIOUS
Docker
NEXT
Floating Server UI
Docs powered by
Archbee
TABLE OF CONTENTS
Choosing Configuration Type
Configuration Using Floating Server UI
Configuration File
Program Arguments
Docs powered by
Archbee