• Documentation
  • Blog

›Guides

Getting Started

  • Introduction
  • Networking Considerations
  • Multi-Tenancy Considerations

Guides

  • Web UI Installation
  • Bare Metal Installation
  • Docker Integration
  • Docker Plugin
  • Kubernetes Quick Start "Solo"
  • Kubernetes Integration
  • Kubernetes CSI
Edit

Installation of NexentaEdge DevOps Edition Web UI

NexentaEdge DevOps Edition UI is shipped as Docker container. Command to run the container:

docker run -d -e API_ENDPOINT=http://10.0.0.10:8080 -p 3000:3000 -p 3443:3443 nexenta/nedgeui:2.1.3

After running container open https://10.0.0.10:3443 in the browser.

Environment variables

RequiredNameExampleDescription
*API_ENDPOINThttp://10.0.0.10:8080NexentaEdge management node IP address
SESSION_MAX_AGE_MINUTES60Login session timeout

Default ports inside container

3000 - HTTP port
3443 - HTTPs port

To update Docker image run:

docker pull nexenta/nedgeui:2.1.3

Connect to port 3000 or 3433 and you should see awesome GUI:

fig1: awesome_gui

← Multiple Tenant Access To A Shared Storage Cluster Using KubernetesInstallation NexentaEdge DevOps Edition on Bare Metal (physical servers) →
NexentaEdge Product Page
Copyright © 2018 Nexenta Systems, Inc.