Discover

Get Started

Developers

Industries

Configure Your Environment

After the INNORIX deployment is complete, configure the access environment and service settings according to the installed server environment.

This section describes how to configure the INNORIX server access environment, domain, ports, environment variables, and service settings.

Configure Server Access

After the INNORIX installation is complete, you can access the Web Console using the server IP address specified during the Docker Swarm configuration or via localhost.

After the installation is complete, access the service using one of the following formats.

text
1
http://IP_ADDRESS

or

text
1
http://localhost

The access address is based on the server IP address configured in the docker-compose.yml file.

Server Access Verification

ItemDescription
Server IPIP address of the server where the INNORIX service is running
Access URLWeb Console access URL
Network AccessVerify that the server is accessible from the user environment

If the server is accessible successfully, the INNORIX initial screen is displayed, and you can proceed with system configuration using an administrator account.

Configure the Domain

For production environments, using a domain instead of an IP address is recommended to provide stable service access and enable HTTPS.

When configuring a domain, map the domain to the INNORIX server IP address through your DNS configuration.

Example:

ItemValue
DomainINNORIX.example.com
IP AddressIP address of the INNORIX server

After the domain configuration is complete, users can access the service as follows.

text
1
https://domain

When using a domain, an SSL certificate can be applied during the security configuration step.

Configure Ports

Configure the required ports according to your network environment to operate the INNORIX service.

Port configuration is managed according to the Docker Swarm environment and the server firewall policy.

Verification items:

ItemDescription
Service PortPort used to access the INNORIX service
Container PortInternal service port of the Docker Container
Firewall PortPort allowed for external access

When configuring ports, verify the following.

  • Server firewall policy
  • Network security appliance policy
  • Internal access control policy
  • External system integration environment

Configure Environment Variables

The INNORIX service manages runtime environment information through Docker environment variables.

Environment variables are configured using the Docker Compose configuration file.

Main configuration items:

ItemDescription
Server InformationInformation about the server running the service
Network ConfigurationContainer communication environment
Storage ConfigurationData storage location
Service ConfigurationService runtime options

After modifying the configuration file (docker-compose.yml), redeploy the service using docker stack deploy to apply the changes.

Configure the Service

INNORIX manages service components based on Docker Swarm.

Service configuration file:

text
1
docker-compose.yml

The Docker Compose configuration includes the following items.

Configuration ItemDescription
Container ConfigurationRuntime environment for the INNORIX service
Network ConfigurationCommunication configuration between Containers
Volume ConfigurationData storage mapping
Port ConfigurationService access ports
Environment ConfigurationService environment variables

After modifying the configuration, restart the INNORIX service to apply the changes.

After the service configuration is complete, verify the following.

  • Verify that the Containers are running successfully
  • Verify that the Web Console is accessible
  • Verify that the service is operating normally