What is WebServer Console: Difference between revisions
WikiSysopdi (talk | contribs) (Created page with "Normally with the Data Console Application you have to be directly on the server that the app is running. Thats the only way you can access the console. But we know thats not always convenient so we have bundled in a webserver into the console app. Using this you can access the console from the web (reverse proxy into the app). To start the webserver the command is >webserver start and the webserver will listen on http://localhost:54571 File:Starting the cons...") |
WikiSysopdi (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
>webserver start | >webserver start | ||
[[File:Starting the console.png|alt=Starting the console|thumb|Starting the console]] | |||
and the webserver will listen on | and the webserver will listen on | ||
Line 13: | Line 15: | ||
http://localhost:54571 | http://localhost:54571 | ||
It will also send you a token via email to access that instance. | |||
[[File:Web Console Email.png|alt=Web Console Email|thumb|Web Console Email]] | [[File:Web Console Email.png|alt=Web Console Email|thumb|Web Console Email]] | ||
Opening a browser (from on the same server/machine) and putting in http://localhost:54571 will show you the console. (we are building a visual app also) and allow you enter commands like you do on the normal console (there are a few differences). | Opening a browser (from on the same server/machine) and putting in http://localhost:54571 will show you the console. (we are building a visual app also) and allow you enter commands like you do on the normal console (there are a few differences). | ||
[[File:Web Console Explainer.png|alt=Web Console Explainer|thumb|Web Console Explainer]] | |||
You can see in the image that what we type in the web console is passed into the actual console and the results returned. |
Latest revision as of 10:03, 15 December 2023
Normally with the Data Console Application you have to be directly on the server that the app is running.
Thats the only way you can access the console.
But we know thats not always convenient so we have bundled in a webserver into the console app. Using this you can access the console from the web (reverse proxy into the app).
To start the webserver the command is
>webserver start
and the webserver will listen on
It will also send you a token via email to access that instance.
Opening a browser (from on the same server/machine) and putting in http://localhost:54571 will show you the console. (we are building a visual app also) and allow you enter commands like you do on the normal console (there are a few differences).
You can see in the image that what we type in the web console is passed into the actual console and the results returned.