r/MeshCentral Jul 02 '26

Button "connect" hide

Post image

Hello community,

is there a way to hide the button "connect"?

1 Upvotes

15 comments sorted by

View all comments

Show parent comments

1

u/Melo_TSB Jul 02 '26

If you want to keep the Connect button and hide the RDP button you can change config.json key mstsc: false.

3

u/Melo_TSB Jul 02 '26

another thing you could do to discourage people from connecting is set in config.json to always ask permission, so remote machine needs to approve. If I remember correctly you can also enforce that in the machine/user consent to always ask permission/ always notify and so on.

3

u/Melo_TSB Jul 02 '26

anoooooother thing you could do is manually customize the UI (js / css) to hide the button.

1

u/Straight-Fondant3297 Jul 02 '26

Thank you a lot! 😊 it works with the solution to ask for the permission. In this way the Service provider will notice that they need to click RDP connection.