Replies: 2 comments 3 replies
-
this is because you need to provide |
Beta Was this translation helpful? Give feedback.
-
I have confirmed I am able to connect when providing the correct credentials on the server and remotely. Originally, I was following the video guide here and made some assumptions. I was ssh'd into the server and presumed in this format credentials were not needed. The script currently provides no output that it succeeded or failed until some authentication credentials are provided. https://www.youtube.com/watch?v=p_jdtYJyuBQ Also I'm not sure if this is the right place, but I am curious about the scripting now and if there is some sort of generated token method? I can go ahead and use my user account or setup a new account for the scripting purpose. The main nuisance is 2FA. I'd rather have a token with an expiration than a separate admin account with 2FA shut off. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Running the meshctrl.js file is producing no output not indicating whether it is working or not
To Reproduce
Steps to reproduce the behavior:
node node_modules/meshcentral/meshctrl.js serverinfo
node node_modules/meshcentral/meshctrl.js listusers
Expected behavior
It is expected that the outputted results would be as expected or some error to indicate a failed server connection.
Server Software (please complete the following information):
Additional context
My intention is to verify this method before moving onto a remote login. My understanding from the youtube video is no user credentials are required here. I'm tried shutting off the server which does produce the expected result.
I've tried the method stated here as well, booting the server manually and but to no avail.
#5198 (comment)
config.json file
Beta Was this translation helpful? Give feedback.
All reactions