ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Comparing MeshCentral 2 to ScreenConnect

    IT Discussion
    remote access screenconnect meshcentral meshcentral 2 connectwise control connectwise
    39
    980
    215.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Ylian
      last edited by

      @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

      @Romo Just fixed Win7 "Interactive Services Detection" bug in MeshCentral v0.2.5-b. If it happens again, let me know.

      Updating now 🙂

      1 Reply Last reply Reply Quote 1
      • black3dynamiteB
        black3dynamite
        last edited by black3dynamite

        Getting a hang with configuring the config.json file. I've only done two settings right now.
        mongodb without authentication and smtp.

        Edit: This is what I have in my config.json file so far.
        I still can't reset account or verify email even though I get this message after start MeshCentral
        SMTP mail server smtp.gmail.com working as expected.

        {
            "settings": {
                "mongodb": "mongodb://127.0.0.1:27017/meshcentral",
                "mongodbcol": "meshcentral"
            },
            "domains": {
                "": {
                    "title": "My MeshCentral",
                    "title2": "mc01",
                    "userQuota": 1048576,
                    "meshQuota": 248576,
                    "newAccounts": 0
                }
            },
            "smtp": {
                "host": "smtp.gmail.com",
                "port": 587,
                "from": "[email protected]",
                "user": "[email protected]",
                "pass": "password",
                "tls": false
            }
        }
        
        
        DashrenderD 1 Reply Last reply Reply Quote 0
        • DashrenderD
          Dashrender @black3dynamite
          last edited by

          @black3dynamite said in Comparing MeshCentral 2 to ScreenConnect:

          Getting a hang with configuring the config.json file. I've only done two settings right now.
          mongodb without authentication and smtp.

          Edit: This is what I have in my config.json file so far.
          I still can't reset account or verify email even though I get this message after start MeshCentral
          SMTP mail server smtp.gmail.com working as expected.

          {
              "settings": {
                  "mongodb": "mongodb://127.0.0.1:27017/meshcentral",
                  "mongodbcol": "meshcentral"
              },
              "domains": {
                  "": {
                      "title": "My MeshCentral",
                      "title2": "mc01",
                      "userQuota": 1048576,
                      "meshQuota": 248576,
                      "newAccounts": 0
                  }
              },
              "smtp": {
                  "host": "smtp.gmail.com",
                  "port": 587,
                  "from": "[email protected]",
                  "user": "[email protected]",
                  "pass": "password",
                  "tls": false
              }
          }
          
          

          Why is TLS set to false? Does google's email servers require a trusted cert on your side to accept TLS traffic?

          JaredBuschJ black3dynamiteB 2 Replies Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @Dashrender
            last edited by

            @Dashrender said in Comparing MeshCentral 2 to ScreenConnect:

            @black3dynamite said in Comparing MeshCentral 2 to ScreenConnect:

            Getting a hang with configuring the config.json file. I've only done two settings right now.
            mongodb without authentication and smtp.

            Edit: This is what I have in my config.json file so far.
            I still can't reset account or verify email even though I get this message after start MeshCentral
            SMTP mail server smtp.gmail.com working as expected.

            {
                "settings": {
                    "mongodb": "mongodb://127.0.0.1:27017/meshcentral",
                    "mongodbcol": "meshcentral"
                },
                "domains": {
                    "": {
                        "title": "My MeshCentral",
                        "title2": "mc01",
                        "userQuota": 1048576,
                        "meshQuota": 248576,
                        "newAccounts": 0
                    }
                },
                "smtp": {
                    "host": "smtp.gmail.com",
                    "port": 587,
                    "from": "[email protected]",
                    "user": "[email protected]",
                    "pass": "password",
                    "tls": false
                }
            }
            
            

            Why is TLS set to false? Does google's email servers require a trusted cert on your side to accept TLS traffic?

            Thyat's the first thing that jumped at me also.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              My new morning ritual, seeing if I have a MeshCentral update to deploy 🙂 They seem to come out about every three hours during the production day.

              pmonchoP 1 Reply Last reply Reply Quote 0
              • pmonchoP
                pmoncho @scottalanmiller
                last edited by

                @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                My new morning ritual, seeing if I have a MeshCentral update to deploy 🙂 They seem to come out about every three hours during the production day.

                I think you brought that on yourself! 🙂

                1 Reply Last reply Reply Quote 1
                • black3dynamiteB
                  black3dynamite @Dashrender
                  last edited by

                  @Dashrender When I start up meshcentral, I get the message that the SMTP mail server smtp.gmail.com failed instead of it saying SMTP mail server smtp.gmail.com working as expected. when set to true. Either way I haven't seen any verified or reset account emails still. I even tried using my postfix server with only the host, port and from configured and it still not working for me.

                  DashrenderD YlianY 2 Replies Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @black3dynamite
                    last edited by

                    @black3dynamite said in Comparing MeshCentral 2 to ScreenConnect:

                    @Dashrender When I start up meshcentral, I get the message that the SMTP mail server smtp.gmail.com failed instead of it saying SMTP mail server smtp.gmail.com working as expected. when set to true. Either way I haven't seen any verified or reset account emails still. I even tried using my postfix server with only the host, port and from configured and it still not working for me.

                    So the google logs even show an attempt to send you messages?

                    1 Reply Last reply Reply Quote 0
                    • YlianY
                      Ylian
                      last edited by

                      Just published MeshCentral v0.2.5-d where you can re-brand the top bar with your company logo. Personally, I would start with the "logoback.png" file in the "node_modules/meshcentral/public/images" and add your logo to it. Instruction are in section 19 of the new v0.1.9 User's Guide. Enjoy!

                      MC-Branding1.png

                      scottalanmillerS 2 Replies Last reply Reply Quote 5
                      • YlianY
                        Ylian @black3dynamite
                        last edited by Ylian

                        @black3dynamite For SMTP setup, does your server show the "Invite" link as shown in red below? Also, can you go in the "My Server" tab, click on "Show server error log" and report back if you see anything in that log? - Thanks.

                        MC2-Email.png

                        black3dynamiteB 1 Reply Last reply Reply Quote 2
                        • black3dynamiteB
                          black3dynamite @Ylian
                          last edited by

                          @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                          @black3dynamite For SMTP setup, does your server show the "Invite" link as shown in red below? Also, can you go in the "My Server" tab, click on "Show server error log" and report back if you see anything in that log? - Thanks.

                          MC2-Email.png

                          I only see Add Agent link and no error log.

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @Ylian
                            last edited by

                            @Ylian Awesome, I'll go update!

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @Ylian
                              last edited by

                              @Ylian Issue submitted for typos in the guide that have a path wrong for script install.

                              1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller
                                last edited by

                                Just set up SMTP with our Zimbra server for MC. Works great!

                                1 Reply Last reply Reply Quote 1
                                • scottalanmillerS
                                  scottalanmiller
                                  last edited by

                                  Anyone else using WebRTC mode? Performance is noticeably better, I feel. Could be imagination, I guess. But sure seems better to me.

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller
                                    last edited by

                                    For those hosting this in a normal way (on cloud, VPS, etc.), don't forget to set WANOnly in your config file.

                                    1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller
                                      last edited by

                                      The invite feature is working well, too.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller
                                        last edited by

                                        Install fails on Solus. Bug report opened.

                                        1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          Tried Zorin. Agent installs fine. Remote terminal works. But remote screen does not.

                                          1 Reply Last reply Reply Quote 0
                                          • CloudKnightC
                                            CloudKnight
                                            last edited by

                                            Yep just tried it on a win7 vm, Kaspersky goes nuts lol...
                                            Annoying will have to exclude manually.

                                            mesh_central.png

                                            notverypunnyN 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 16
                                            • 17
                                            • 18
                                            • 19
                                            • 20
                                            • 48
                                            • 49
                                            • 18 / 49
                                            • First post
                                              Last post