Ylianst/MeshAgent

Not Able to find .msh file

Closed this issue · 5 comments

Hello, I have installed agent but not able to find .msh file in my windows device
i want to add my own meshcentral web server credentials, so how can i do that

After installing agent i am getting this info
MeshCentral RAS Agent Details

meshcmd screenshot

The easiest way to get the .msh file, is if you go to your server, and in the url bar, add the query string ?debug=1 to the uri... Then if you refresh, you should be able to go to add agent, and there will be an option to just download the .msh configuration file.

?debug=1

Thanks for sharing
i have cloned repo of agent and trying to build from visual studio
after building while executing exe file it is showing error "No meshcentral settings found place .msh file"
can you help me whre i need to add .msh file?

After you download the msh file from server, just name it the same as your executable, but with .msh instead of .exe

Just place the file in the same folder as the executable, and it should work.

After you download the msh file from server, just name it the same as your executable, but with .msh instead of .exe

Just place the file in the same folder as the executable, and it should work.

Thanks its helped me alot😊😊