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.
or
The access address is based on the server IP address configured in the docker-compose.yml file.
Server Access Verification
| Item | Description |
|---|---|
| Server IP | IP address of the server where the INNORIX service is running |
| Access URL | Web Console access URL |
| Network Access | Verify 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:
| Item | Value |
|---|---|
| Domain | INNORIX.example.com |
| IP Address | IP address of the INNORIX server |
After the domain configuration is complete, users can access the service as follows.
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:
| Item | Description |
|---|---|
| Service Port | Port used to access the INNORIX service |
| Container Port | Internal service port of the Docker Container |
| Firewall Port | Port 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:
| Item | Description |
|---|---|
| Server Information | Information about the server running the service |
| Network Configuration | Container communication environment |
| Storage Configuration | Data storage location |
| Service Configuration | Service 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:
The Docker Compose configuration includes the following items.
| Configuration Item | Description |
|---|---|
| Container Configuration | Runtime environment for the INNORIX service |
| Network Configuration | Communication configuration between Containers |
| Volume Configuration | Data storage mapping |
| Port Configuration | Service access ports |
| Environment Configuration | Service 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