Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Docker container (2.7.0) - 404 when navigating to IP:7000 #1790

Open
blownupp opened this issue Jan 2, 2024 · 4 comments
Open

Latest Docker container (2.7.0) - 404 when navigating to IP:7000 #1790

blownupp opened this issue Jan 2, 2024 · 4 comments
Assignees

Comments

@blownupp
Copy link

blownupp commented Jan 2, 2024

Issue Template

Please fill in the issue as required.

  • System: Ubuntu Docker Host
  • Architecture: amd64
  • Version: 2.7.0
  • Problem Description: After launching the latest Neuron Docker container, navigating to the dashboard (x.x.x.x:7000) yields a 404 Not Found error. Switching to the previous release (emqx/neuron:2.6.3) works without issue - it's only when using emqx/neuron:latest or emqx/neuron:2.7.0 that this happens.
  • Log Information:

Used this command:

docker run -d --network=mynet --ip=10.15.41.29 --name neuron -p 7000:7000 --privileged=true --restart=always emqx/neuron:latest

and

docker run -d --network=mynet --ip=10.15.41.29 --name neuron -p 7000:7000 --privileged=true --restart=always emqx/neuron:2.7.0

@dbwaax
Copy link

dbwaax commented Jan 4, 2024

我也遇到了这个问题

@gc87
Copy link
Member

gc87 commented Jan 15, 2024

Starting with Neuron 2.7 the dashboard is no longer available, the UI is integrated into NeuronEX and can be used directly with NeuronEX. @blownupp @dbwaax

@kidproquo
Copy link

Shouldn't the documentation reflect this drastic change? All the docs (quickstart, etc.) refer to pulling the latest docker image and accessing the dashboard at http://IP:7000.

@StefanOMV
Copy link

Im completely new to the project and wanted to try it out so if I start the neuron docker container as described I cant access the web ui. Do I have to start another docker container to access the ui? What does "the UI is integrated into NeuronEX" mean. Is the UI no longer available without a license?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants