Storm docs logo
Search the docs.../
Explore Storm Products

Identity & Group Configuration - Storm Streaming Server

The first thing we should do after installing the server is to configure server identification. To do this, we can edit the config/preferences.xml file, which contains the entire configuration for the Storm Streaming Server application.

Identity and group configuration can also be done from the Storm Control Panel.

Sample Configuration

Below you'll find the default configuration for server identity:

config/preferences.xml - Identity block
Code iconxml
<Identity>
    <ServerName>MyStormServer</ServerName>
    <GroupName>DevGroup</GroupName>
    <HostName>localhost</HostName>
</Identity>

Field Explanation

FieldDescription
ServerNameThe common name of this server is intended to facilitate server identification. This value is also used as the server ID when configuring a cluster.
GroupNameThe name of the group to which the server belongs. Like the ServerName, it is used in cluster configuration and can be anything.
HostNameThis is the domain name (optionally the IP address) under which this server is accessible. For testing use "localhost", while for production/cluster configuration something like "stream04.yourdomain.com" will be better.

Verification

For verification, please check logs or output messages. You should see something like that:

Log output
Code icontext
15:31:25 INFO  Config - Identity :: Server Name: StormServer1 | Group Name: OnPremise | Host Name: localhost
Next Step

In the next step you'll learn how to configure Server License.

Support Needed?

If you have any questions or need assistance, please create a support ticket and our team will help you.

Blog
Support
About us
Patents
Term of use
Privacy policy
Contact
©2026 Storm Streaming Media. All Rights Reserved.