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.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.
    • JaredBuschJ
      JaredBusch @CloudKnight
      last edited by JaredBusch

      @StuartJordan Self hosted SC is not horribly priced. Not as good as it used to be. But still a viable price.

      Hosted is similar to other hosted solutions I believe. And is certainly higher than I would prefer.

      I have legacy pricing for SC self hosted, so really hard to get better.

      MC2 seems to actually do it.

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

        Email works for now using Ubuntu Server 18.10 live installer. Does nodemailer requires packages that is not included with a minimal install of Fedora?

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

          @black3dynamite said in Comparing MeshCentral 2 to ScreenConnect:

          Email works for now using Ubuntu Server 18.10 live installer. Does nodemailer requires packages that is not included with a minimal install of Fedora?

          Not sure, but unlikely.

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

            Don't have the invite link on my install, I'm using the latest version apparently as well, any ideas?

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

              @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

              Have you tried it with no RedirPort setting at all? I have nothing set and it works fine. 80 is the default.

              I forgot to mention, my setup is using mongodb, not sure if that is related to the error!

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

                @FATeknollogee When a port is busy, MeshCentral tries to bind to the next available port. So, since port 80 was busy, 81 was used. If you are on Windows, it's likely IIS is using port 80 already.

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

                  @StuartJordan said in Comparing MeshCentral 2 to ScreenConnect:

                  Don't have the invite link on my install, I'm using the latest version apparently as well, any ideas?

                  Is your SMTP set up?

                  1 Reply Last reply Reply Quote 0
                  • FATeknollogeeF
                    FATeknollogee @Ylian
                    last edited by

                    @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                    @FATeknollogee When a port is busy, MeshCentral tries to bind to the next available port. So, since port 80 was busy, 81 was used. If you are on Windows, it's likely IIS is using port 80 already.

                    I've tried this on 2 separate installs & both times I get the same error.
                    Install is Ubuntu 18.10

                    scottalanmillerS FATeknollogeeF 2 Replies Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @FATeknollogee
                      last edited by

                      @FATeknollogee said in Comparing MeshCentral 2 to ScreenConnect:

                      @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                      @FATeknollogee When a port is busy, MeshCentral tries to bind to the next available port. So, since port 80 was busy, 81 was used. If you are on Windows, it's likely IIS is using port 80 already.

                      I've tried this on 2 separate installs & both times I get the same error.
                      Install is Ubuntu 18.10

                      netstat -tulpn | grep 80
                      
                      FATeknollogeeF 1 Reply Last reply Reply Quote 0
                      • syko24S
                        syko24
                        last edited by

                        @Ylian - Just curious is the "_" necessary in the config settings?

                        Ex: "_RedirPort" vs "RedirPort"

                        black3dynamiteB YlianY 2 Replies Last reply Reply Quote 0
                        • FATeknollogeeF
                          FATeknollogee @scottalanmiller
                          last edited by

                          @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                          @FATeknollogee said in Comparing MeshCentral 2 to ScreenConnect:

                          @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                          @FATeknollogee When a port is busy, MeshCentral tries to bind to the next available port. So, since port 80 was busy, 81 was used. If you are on Windows, it's likely IIS is using port 80 already.

                          I've tried this on 2 separate installs & both times I get the same error.
                          Install is Ubuntu 18.10

                          netstat -tulpn | grep 80
                          
                          tcp6       0      0 :::80                   :::*                    LISTEN      7566/node 
                          
                          1 Reply Last reply Reply Quote 0
                          • black3dynamiteB
                            black3dynamite @syko24
                            last edited by

                            @syko24 said in Comparing MeshCentral 2 to ScreenConnect:

                            @Ylian - Just curious is the "_" necessary in the config settings?

                            Ex: "_RedirPort" vs "RedirPort"

                            Any text after _ is ignored.

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

                              @black3dynamite said in Comparing MeshCentral 2 to ScreenConnect:

                              @syko24 said in Comparing MeshCentral 2 to ScreenConnect:

                              @Ylian - Just curious is the "_" necessary in the config settings?

                              Ex: "_RedirPort" vs "RedirPort"

                              Any text after _ is ignored.

                              Ah so like an on off switch basically. Good to know. Thanks

                              1 Reply Last reply Reply Quote 0
                              • FATeknollogeeF
                                FATeknollogee @FATeknollogee
                                last edited by

                                @FATeknollogee said in Comparing MeshCentral 2 to ScreenConnect:

                                @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                                @FATeknollogee When a port is busy, MeshCentral tries to bind to the next available port. So, since port 80 was busy, 81 was used. If you are on Windows, it's likely IIS is using port 80 already.

                                I've tried this on 2 separate installs & both times I get the same error.
                                Install is Ubuntu 18.10

                                @Ylian Any thing else I can try?

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

                                  Just listing some additional differences between MC and SC:

                                  ScreenConnect offers 2 factor authentication
                                  (Email & SMS
                                  Google Authenticator
                                  YubiKey
                                  Microsoft Authenticator
                                  LinOTP
                                  Duo Security "push" alerts)

                                  ScreenConnect has a lockout mechanism to prevent brute force attacks.

                                  I have not seen these options in MC yet but possible feature requests.

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

                                    @syko24 Yes, lockout and two-factor and both good ideas! Bit busy now, but that we certainly on the list.

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

                                      @FATeknollogee Well, if port 80 is busy and MeshCentral is using 81 instead, try going to port 80 with a browser to see what is using it. You could also use a router and port map port 80 of your public IP address to port 81. That should work and you can ignore the warning. Not sure how much I can help with the freeing up of port 80 🙂

                                      FATeknollogeeF 1 Reply Last reply Reply Quote 0
                                      • FATeknollogeeF
                                        FATeknollogee @Ylian
                                        last edited by

                                        @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                                        @FATeknollogee Well, if port 80 is busy and MeshCentral is using 81 instead, try going to port 80 with a browser to see what is using it. You could also use a router and port map port 80 of your public IP address to port 81. That should work and you can ignore the warning. Not sure how much I can help with the freeing up of port 80 🙂

                                        There doesn't seem to be anything using port 80

                                        root@control:~# netstat -tulpn | grep 80
                                        tcp6       0      0 :::80                   :::*                    LISTEN      7566/node
                                        1 Reply Last reply Reply Quote 0
                                        • YlianY
                                          Ylian @syko24
                                          last edited by Ylian

                                          @syko24 Right. The _ just causes MeshCentral to ignore that setting. I put a sample "config.json" in place to get people started, but really, MeshCentral will work just fine without any config.json file. MeshCentral will use all default values until indicated otherwise. The sample config.json basically does nothing until you start removing the _ chars.

                                          1 Reply Last reply Reply Quote 1
                                          • FATeknollogeeF
                                            FATeknollogee
                                            last edited by

                                            @Ylian

                                            root@control:~# netstat --tcp --listen --numeric-ports
                                            Active Internet connections (only servers)
                                            Proto Recv-Q Send-Q Local Address           Foreign Address         State      
                                            tcp        0      0 localhost:27017         0.0.0.0:*               LISTEN     
                                            tcp        0      0 localhost:53            0.0.0.0:*               LISTEN     
                                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
                                            tcp6       0      0 [::]:80                 [::]:*                  LISTEN     
                                            tcp6       0      0 [::]:4433               [::]:*                  LISTEN     
                                            tcp6       0      0 [::]:22                 [::]:*                  LISTEN     
                                            tcp6       0      0 [::]:443                [::]:*                  LISTEN
                                            YlianY 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 43
                                            • 44
                                            • 45
                                            • 46
                                            • 47
                                            • 48
                                            • 49
                                            • 45 / 49
                                            • First post
                                              Last post