Comparing MeshCentral 2 to ScreenConnect
-
@manxam said in Comparing MeshCentral 2 to ScreenConnect:
@scottalanmiller : Awesome. Their instructions and the youtube videos show two files needed for client installation.
That's really weird, as their actual installation tools only have one. You just clink "download agent" and there is only one file.
-
No instructions needed, it's one exe and you just run it where you want it to be installed or where you want support.
-
It's quite possible that I had come across the old mesh v1 documentation when I first looked at it weeks ago.
This clearly shows the "install/uninstall" or "Connect" options for the installer.Thanks.
-
@manxam Yes, the old Meshv1 had 2 files. With MeshCentral v2 we got the policy file added inside the Windows executable without breaking the authenticode signature. So, just the one exe now.
-
Up to 0.2.6-e now.
-
@Ylian said in Comparing MeshCentral 2 to ScreenConnect:
@manxam Yes, the old Meshv1 had 2 files. With MeshCentral v2 we got the policy file added inside the Windows executable without breaking the authenticode signature. So, just the one exe now.
Thanks @Ylian.
-
@scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:
Up to 0.2.6-e now.
* runs off to update....
-
0.2.6-f released to fixed Zorin.
-
0.2.6-g out now, just updated.
-
Just updated to G here.
-
And now 0.2.6-h
-
And now 0.2.6-i
-
Published Meshcentral v0.2.6-j with support for two-factor login using Google Authentication or any compatible app. Also, if an SMTP server is setup, the server will now require email verification before you can create a device group. This way, users don't start adding devices without a password recovery option. Lastly, did a bunch of improvements when the server is running with Windows domain authentication.
-
@Ylian awesome
-
@Ylian said in Comparing MeshCentral 2 to ScreenConnect:
Published Meshcentral v0.2.6-j with support for two-factor login using Google Authentication or any compatible app. Also, if an SMTP server is setup, the server will now require email verification before you can create a device group. This way, users don't start adding devices without a password recovery option. Lastly, did a bunch of improvements when the server is running with Windows domain authentication.
That's awesome
-
MeshCentral trick: Set a session secret in the config.json like this:
{ "settings": { "SessionTime": 60, "SessionKey": "MyReallySecretPassword" } }
This way, when the server restarts/updates, you don't need to log back in each time. By default, the session secret is generated on server start so everyone needs to login again because browser cookies can't be decoded anymore.
-
@Ylian cool, good to know!
-
Updating to 0.2.6-k now.
-
@scottalanmiller 0.2.6-k fixes a nasty bug in the MeshAgent that caused data corruption when lots of data was flowing at a high rate. The big deal about that release is that you can now do RDP over the Internet using the ClickOnce application. You need Windows on both sides to do it + Use IE or a ClickOnce add-in for FireFox/Chrome. Hit the "RDP" link at the bottom of a device page to trigger it.
-
@Ylian any way to get that working with Linux on the "support" side?