Date
1 - 7 of 7
Admin Panel
Luis Castro <lscastrochapa2000@...>
Hello,
I have been assigned as a project (for the entry to a masters) the use of this platform and I have been studying its great use and its features. I apologize because I am no expert with this environment and I just wanted to ask how do I access the admin panel. I already installed it via npm and went to the standard web port 80 which I suppose is localhost:1880(sent me to the nodered interface) and also tried localhost:80(didn’t work). I hope I can get help because in the introduction video I saw how easy it could be to be use the blocks to create a config file. Thanks beforehand and have a nice day. |
|
Anton Wöllert
Hi Luis, it depends on how you start the admin-panel, if you check out the everest-admin-panel via git as "standalone", you typically do an `npm install`, and then a `npm run serve`, which should give you something like: - Local: http://localhost:8080/ - Network: unavailable The port here (8080) might vary, depending on your system. But usually, if you run a recent everest installation, the admin-panel gets already started on the default port 8849 So try 8849 and everything should be fine. Best, Anton Am Mo., 9. Jan. 2023 um 08:53 Uhr schrieb Luis Castro <lscastrochapa2000@...>: Hello, |
|
Luis Castro
Hi thank you so much, I was able to access the EVerest admin panel with your help. Actually it appears to work well even with the config design but only for a minute before it loses connection to EVerest backend.
Is there something that I could possibly done wrong or is it just the server? |
|
Anton Wöllert
Hi, that's hard to diagnose from here. In the screenshot I can see that you're serving the admin-panel app via `npm run serve`. This shouldn't be necessary with a recent version of everest-framework. Usually, the reconnection screen appears, if everest itself is not running anymore. May it be that everest stops or crashes after a minute or something? Am Mi., 11. Jan. 2023 um 21:58 Uhr schrieb <lscastrochapa2000@...>: Hi thank you so much, I was able to access the EVerest admin panel with your help. Actually it appears to work well even with the config design but only for a minute before it loses connection to EVerest backend. |
|
Luis Castro
I am sorry to bother as well with the question of what server instance should I select or input? That may be my problem but I don't know how to solve it yet. By running the server instance in loopback is when the connection is lost and it does not let me save the config file. Thanks beforehand, if I have any advance I’ll share it.
|
|
Marco Möller
Would be great if you subscribe to the EVerest email list since otherwise I have to approve every of your messages manually. Also the replies might never reach you like the one from Anton I forwarded. Just go here: Cheers I am sorry to bother as well with the question of what server instance should I select or input? That may be my problem but I don't know how to solve it yet. By running the server instance in loopback is when the connection is lost and it does not let me save the config file. Thanks beforehand, if I have any advance I’ll share it. |
|
Marco Möller
Now you are part of the list. Welcome! Marco Möller <marco.moeller@...> schrieb am Mi., 11. Jan. 2023, 22:26:
|
|