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
    230.5k
    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 @CloudKnight
      last edited by

      @StuartJordan said in Comparing MeshCentral 2 to ScreenConnect:

      @scottalanmiller I haven't yet no, does the link only appear once you have entered SMTP settings?

      Correct

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

        Ok, on the same fedora minimal install, I install nodemailer and created an email.js file with following code:

        var nodemailer = require('nodemailer');
        
        var transporter = nodemailer.createTransport({
            host: '10.254.0.96',
            port: 25,
            secure: false, //true --> will use ssl
        });
        
        var mailOptions = {
            from: '[email protected]',
            to: '[email protected], [email protected]',
            subject: 'Hello',
            text: 'Hello world',
            html: '<b>Hello world </b>'
        };
        
        transporter.sendMail(mailOptions, function(error, info) {
            if (error) {
                console.log(error);
            } else {
                console.log('Message sent: ' + info.response);
            }
            transporter.close();
        });
        

        And then I ran node email.js and was able to send and received emails.

        But when I add the host, port, from, and tls information I don't see the invite link or can verify emails.

        "smtp": {
                "host": "10.254.0.96",
                "port": 25,
                "from": "[email protected]",
                "tls": false
            }
        

        Besides that everything else is awesome.

        syko24S 1 Reply Last reply Reply Quote 0
        • syko24S
          syko24 @black3dynamite
          last edited by

          @black3dynamite said in Comparing MeshCentral 2 to ScreenConnect:

          Ok, on the same fedora minimal install, I install nodemailer and created an email.js file with following code:

          var nodemailer = require('nodemailer');
          
          var transporter = nodemailer.createTransport({
              host: '10.254.0.96',
              port: 25,
              secure: false, //true --> will use ssl
          });
          
          var mailOptions = {
              from: '[email protected]',
              to: '[email protected], [email protected]',
              subject: 'Hello',
              text: 'Hello world',
              html: '<b>Hello world </b>'
          };
          
          transporter.sendMail(mailOptions, function(error, info) {
              if (error) {
                  console.log(error);
              } else {
                  console.log('Message sent: ' + info.response);
              }
              transporter.close();
          });
          

          And then I ran node email.js and was able to send and received emails.

          But when I add the host, port, from, and tls information I don't see the invite link or can verify emails.

          "smtp": {
                  "host": "10.254.0.96",
                  "port": 25,
                  "from": "[email protected]",
                  "tls": false
              }
          

          Besides that everything else is awesome.

          @black3dynamite - I noticed that sometimes when you make changes to the json file and restart the services, you need to close your browser completely and even clear your history at times for the page to show updates properly.

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

            0.2.5-l is out.

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

              Update caused me error.

              Meshcrentral_error.png

              YlianY 1 Reply Last reply Reply Quote 0
              • dafyreD
                dafyre
                last edited by

                Update worked for me.

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

                  Last update worked fine for me, I will just reinstall new version.

                  1 Reply Last reply Reply Quote 0
                  • B
                    bnrstnr
                    last edited by

                    Do you know if this works with Windows CE/Embedded Compact? I can't get ScreenConnect working there, and it's come up a couple times for us.

                    scottalanmillerS YlianY 2 Replies Last reply Reply Quote 0
                    • YlianY
                      Ylian @CloudKnight
                      last edited by

                      @StuartJordan Just fixed that problem. Published v0.2.5-m a few minutes ago.

                      scottalanmillerS dafyreD 2 Replies Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller @bnrstnr
                        last edited by

                        @bnrstnr said in Comparing MeshCentral 2 to ScreenConnect:

                        Do you know if this works with Windows CE/Embedded Compact? I can't get ScreenConnect working there, and it's come up a couple times for us.

                        Not likely. CE is ancient.

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

                          @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                          @StuartJordan Just fixed that problem. Published v0.2.5-m a few minutes ago.

                          Updating now.

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

                            @bnrstnr No WinCE support in MeshCentral. People still use that? I have not used WinCE since my last Nav system in my old car and my HP PocketPC a long time ago.

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

                              And we are on 0.2.5-m now.

                              RomoR 1 Reply Last reply Reply Quote 0
                              • RomoR
                                Romo @scottalanmiller
                                last edited by

                                @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                                And we are on 0.2.5-m now.

                                Wondered why I was kicked out :smiling_face_with_open_mouth_cold_sweat:

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

                                  @syko24 For SMTP setup. When the server is started, it will perform a check of the SMTP server to make sure it's working. When running the server manually you should see the line "SMTP mail server... working as expected". If not, you should see an error. Can you try and report back what you see? - Thanks.

                                  mc-smtp.png

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

                                    @Romo said in Comparing MeshCentral 2 to ScreenConnect:

                                    @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                                    And we are on 0.2.5-m now.

                                    Wondered why I was kicked out :smiling_face_with_open_mouth_cold_sweat:

                                    Oops

                                    1 Reply Last reply Reply Quote 0
                                    • dafyreD
                                      dafyre @Ylian
                                      last edited by

                                      @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                                      @StuartJordan Just fixed that problem. Published v0.2.5-m a few minutes ago.

                                      Updated to 0.2.5-m here as well.

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        bnrstnr @Ylian
                                        last edited by

                                        @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                                        @bnrstnr No WinCE support in MeshCentral. People still use that? I have not used WinCE since my last Nav system in my old car and my HP PocketPC a long time ago.

                                        Unfortunately, yes, it's very common in manufacturing settings. We use machine operator interface terminals that have it installed on them. It would be awesome to have something like MeshCentral to support them.

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

                                          @bnrstnr said in Comparing MeshCentral 2 to ScreenConnect:

                                          @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                                          @bnrstnr No WinCE support in MeshCentral. People still use that? I have not used WinCE since my last Nav system in my old car and my HP PocketPC a long time ago.

                                          Unfortunately, yes, it's very common in manufacturing settings. We use machine operator interface terminals that have it installed on them. It would be awesome to have something like MeshCentral to support them.

                                          Windows CE is a different platform than Windows. Different kernel and OS. Requires different applications. You CAN make things that run on both, but almost no one does. There's no reasonable chance that any modern software will be made to work on CE, it's a dead OS that wasn't very useful or good when it was still around. It's only five years since the last one, but that was more of a maintenance update than really providing something meant to still be deployed.

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

                                            CE might run on non-AMD64 hardware, too. Eliminating any chance for MC to run there.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 48
                                            • 49
                                            • 13 / 49
                                            • First post
                                              Last post