Replies: 2 comments 6 replies
-
You'll need to post your config.json (with any sensitive info commented out) so we can help troubleshoot. Also, have you tried accessing it from the local, LAN IP address of the server? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I'm able to see your login page for MeshCentral as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am having issues with accessing my meshcentral server using webui. When I've tried to user the meshcentral url, it times out and gives an error message of 'Cant reach the page'. I've run Letsdebug, and it is ok. I am at a lost to what happened. Please see the debug logs below. Thanks in advance for your time.
C:\mc>node node_modules/meshcentral --debug
MAIN: Core module windows-amt is 635517 bytes.
MAIN: Core module linux-amt is 576624 bytes.
MAIN: Core module linux-noamt is 476088 bytes.
MAIN: Core module windows-recovery is 137782 bytes.
MAIN: Core module linux-recovery is 82170 bytes.
MAIN: Core module windows-agentrecovery is 61977 bytes.
MAIN: Core module linux-agentrecovery is 6365 bytes.
MAIN: Core module windows-tiny is 6305 bytes.
MAIN: Core module linux-tiny is 6305 bytes.
MeshCentral HTTP redirection server running on port 80.
AUTHLOG: Server listening on 0.0.0.0 port 80.
CERT: LE: Getting certs from local store (Production)
CERT: LE: Reading certificate files
CERT: LE: Setting LE cert for default domain.
MeshCentral v1.1.38, Hybrid (LAN + WAN) mode.
DISPATCH: AddEventDispatch [ 'server-shareremove' ]
DISPATCH: AddEventDispatch [ '' ]
DISPATCH: DispatchEvent [ '' ]
MAIN: Server started
MeshCentral Intel(R) AMT server running on meshcentral.xxx.com:4433.
AUTHLOG: Server listening on 0.0.0.0 port 4433.
HTTPS: Server listening on 0.0.0.0 port 443.
MeshCentral HTTPS server running on meshcentral.xxx.com:443.
HTTPHEADERS: GET /agent.ashx/.websocket {
host: 'meshcentral.xxx.com',
upgrade: 'websocket',
connection: 'Upgrade',
'sec-websocket-key': '7IcLZJ60Sf6deVtzlRuqLD==',
'sec-websocket-version': '13'
}
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
DISPATCH: DispatchEvent [ '*' ]
MPSCMD: --> KEEPALIVE_REQUEST
MPSCMD: <-- KEEPALIVE_REPLY 0
Server Ctrl-C exit...
Beta Was this translation helpful? Give feedback.
All reactions