Help empty gray page

Help empty gray page

avatar
info15
Disabled

Well, I managed to install the product not on Windows or Linux. On Windows the server starts but I don't observe any activity on the 4000 port. When installing on Linux, all parts of the server start, but when entering the port, I see only an empty gray page. with this source code

<!DOCTYPE html><html lang="en">  <head>    <meta charset="utf-8" />    <title>Wayk Bastion</title>    <base href="/web/" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />    <link rel="icon" type="image/x-icon" href="./assets/favicon/wayk-den-32.png" />  <link rel="stylesheet" href="/web/styles.110704dad000a7488582.css"></head>
  <body>    <wayk-root></wayk-root>  <script src="/web/runtime-es2018.39d0774c18955f7480e1.js" type="module"></script><script src="/web/runtime-es5.39d0774c18955f7480e1.js" nomodule defer></script><script src="/web/polyfills-es5.99146c2f6d7e2ef0c9b5.js" nomodule defer></script><script src="/web/polyfills-es2018.4dcbe35179ec39cd84ea.js" type="module"></script><script src="/web/main-es2018.b2d55fd074e92b051754.js" type="module"></script><script src="/web/main-es5.b2d55fd074e92b051754.js" nomodule defer></script></body></html>

All Comments (18)

avatar

Hello,

Could you run the following command Get-WaykBastionConfig and make sure you are connecting, from the server, to the ListernerUrl that is configured.

If you confirm you are connecting to the correct address, could you run the command docker ps and post the results, we would need to verify of all the containers are running, and if one or more are not, get the appropriate logs.

Best regards,

Richard Boisvert

avatar
CONTAINER ID        IMAGE                                           COMMAND                  CREATED             STATUS                 PORTS                               NAMES
a58829a40ccc        devolutions/devolutions-gateway:0.14.0-buster   "./devolutions-gatew…"   6 hours ago         Up 6 hours             0.0.0.0:8080->8080/tcp, 10256/tcp   den-gateway
729b746f53a5        traefik:1.7                                     "/traefik --file --c…"   6 hours ago         Up 6 hours             80/tcp, 0.0.0.0:4000->4000/tcp      den-traefik
0b5042681996        devolutions/den-server:2.13.0-buster            "./den-server -l inf…"   6 hours ago         Up 6 hours (healthy)   443/tcp, 4491/tcp, 10255/tcp        den-server
8968873af60d        devolutions/den-lucid:3.9.0-buster              "./lucid"                6 hours ago         Up 6 hours (healthy)   4242/tcp                            den-lucid
22a3d795988d        devolutions/picky:4.8.0-buster                  "./picky-server"         6 hours ago         Up 6 hours             12345/tcp                           den-picky
d91df8f4d0db        mongo:4.2-bionic                                "docker-entrypoint.s…"   6 hours ago         Up 6 hours             27017/tcp                           den-mongo
avatar

Hello,

Are you trying to access the webpage via localhost:4000? If so, you should get the login screen. We can reproduce the behaviour you are experiencing if we try to connect with 127.0.0.1:4000, for example.

forum image

If it is still not working, could you provide the entries for ExternalUrl and ListernerUrl when you run the command Get-WaykBastionConfig?

Best regards,

Richard Boisvert

avatar

I installed this software using ssh on a remote server.. so I only connect from an external ip.

ExternalUrl               : http://bastion.xxx.by
ListenerUrl               : 
avatar

Hello,

You will still need to configure an internal Url since it is required, even if you never connect to it directly. There is an internal proxy that translates the address, so if no internal Url is configured, it will not know where to point to.

You can use the command Set-WaykBastionConfig -internalurl "http://localhost:4000/" and you should be able to access it after.

Best regards,

Richard Boisvert

avatar

Thank you after entering the necessary parameters, everything worked.

avatar


Now I have a new problem. I registered the agent, but when connecting through the client I get the error.
forum image

while my client is authorized
forum image

when trying to connect via the web client, an empty window opens.
forum image
and after the indulgent connection I get an error

forum image

avatar

Hello,

Glad to hear the webpage now loads.

For you other issue, did you assign a licence to the wayk-admin user? A license is required to initiate connections. You can add the license in the licenses pages of Wayk Bastion and then assign it to a user in the Users section (ellipsis at the end of the line, assign license).

You can get a 90 days trial here: https://wayk.devolutions.net/trial

Best regards,

Richard Boisvert

avatar


No, I did not try on a license .. because it is not there (I have already filled out the questionnaire twice, but so far there has been no reaction.

avatar

Hello,

I just sent you a private message with a serial you can use.

Best regards,

Richard Boisvert

avatar

Thank you so much.
The license was installed and managed to connect through the application. However, it failed to connect via the web client.


forum image

avatar

Hello,

It must be an issue with the WebSockets. Could you attempt a connection to a remote machine and send us the diagnostics (Help - Export Diagnostics) fomr the Wayk Agent you attempted to connect to.

Also, are you using the built in jet (i.e. you did not configure Devolutions Gateway)? And what version of Bastion do you have installed (on your Wayk Bastion website, click on Settings - System information and provide us with the Cmdlet Version)?

Best regards,

Richard Boisvert

avatar

Hi,

Can you tell me if this is with IIS on Windows, or something else on Linux?

We recently made a fix for WebSocket traffic in IIS specifically. If this is the case, updating the WaykBastion PowerShell module to 2020.3.3 and restarting Wayk Bastion should do it.

Also, please make sure that IIS was properly configured: https://docs.devolutions.net/wayk/bastion/iis-deployment.html

If you aren't using IIS, the issue is still related to WebSockets. Just let us know what you are currently using as a reverse proxy and we'll help you figure out what to configure.

Best regards,

Marc-André Moreau

avatar
Hello,

It must be an issue with the WebSockets. Could you attempt a connection to a remote machine and send us the diagnostics (Help - Export Diagnostics) fomr the Wayk Agent you attempted to connect to.


Added to attachment


Also, are you using the built in jet (i.e. you did not configure Devolutions Gateway)? And what version of Bastion do you have installed (on your Wayk Bastion website, click on Settings - System information and provide us with the Cmdlet Version)?

Best regards,

PS Version
7.1.0
Cmdlet Version
2020.3.3
Docker Version
19.03.14

WaykNow_2020-12-08T01_07_10Z.zip

avatar
Hi,


Can you tell me if this is with IIS on Windows, or something else on Linux?


Os Version Info
Linux Ubuntu 18.04.4 LTS


We recently made a fix for WebSocket traffic in IIS specifically. If this is the case, updating the WaykBastion PowerShell module to 2020.3.3 and restarting Wayk Bastion should do it.

Also, please make sure that IIS was properly configured: https://docs.devolutions.net/wayk/bastion/iis-deployment.html

If you aren't using IIS, the issue is still related to WebSockets. Just let us know what you are currently using as a reverse proxy and we'll help you figure out what to configure.

Best regards,
avatar


I set the default port, it was empty in the config
JetTcpPort : 8080

avatar

Hi,

Do you use a reverse proxy? If so, which one is it (traefik, nginx, etc)? Most of them require a special configuration to allow WebSocket traffic.

Best regards,

Marc-André Moreau

avatar


No. Agent behind nat and server on pure Ip.