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
    217.0k
    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.
    • 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
                • YlianY
                  Ylian @FATeknollogee
                  last edited by

                  @FATeknollogee On this screen, it looks like MeshCentral was able to grab ports 80, 443 and 4433 as normal. Looks good and port 81 was not used. Is there still a problem? Looks ok to me.

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

                    @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                    @FATeknollogee On this screen, it looks like MeshCentral was able to grab ports 80, 443 and 4433 as normal. Looks good and port 81 was not used. Is there still a problem? Looks ok to me.

                    Lets Encrypt will not install

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

                      @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                      @FATeknollogee On this screen, it looks like MeshCentral was able to grab ports 80, 443 and 4433 as normal. Looks good and port 81 was not used. Is there still a problem? Looks ok to me.

                      Same error:

                      MeshCentral HTTP redirection web server running on port 81.
                      ERROR: Redirection web server must be active on port 80 for Let's Encrypt to work.
                      MeshCentral v0.2.5-d, WAN mode.
                      MeshCentral HTTPS web server running on control.mydomain.com:444
                      YlianY 1 Reply Last reply Reply Quote 0
                      • YlianY
                        Ylian @FATeknollogee
                        last edited by

                        @FATeknollogee Is it not possible MeshCentral is being run twice? If port 80, 443 and 4433 are already taken by one instance of MeshCentral, running it again will take ports 81, 444 and 4434.

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

                          @Ylian Will "systemctl stop meshcentral.service" stop all running instances?

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

                            @Ylian Looks like I was running a few commands out of order.
                            First, I should:

                            systemctl stop meshcentral.service
                            

                            next, enable LE in the config.json
                            and then run

                            node ./node_modules/meshcentral
                            
                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller
                              last edited by

                              Updated to 0.2.5-e this morning.

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

                                Updating to 0.2.5-f now.

                                1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch
                                  last edited by

                                  Still want to do this. just no time yet.

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

                                    Just updated from 0.2.5-f to 0.2.5-j. It has been a busy morning, I guess!

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

                                      @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                                      Just updated from 0.2.5-f to 0.2.5-j. It has been a busy morning, I guess!

                                      Considered creating a script to update it?

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

                                        @black3dynamite said in Comparing MeshCentral 2 to ScreenConnect:

                                        @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                                        Just updated from 0.2.5-f to 0.2.5-j. It has been a busy morning, I guess!

                                        Considered creating a script to update it?

                                        No, it's the kind of thing we want to control the timing of as someone might be working for a client at any given moment 24x7.

                                        travisdh1T 1 Reply Last reply Reply Quote 0
                                        • travisdh1T
                                          travisdh1 @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                                          @black3dynamite said in Comparing MeshCentral 2 to ScreenConnect:

                                          @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                                          Just updated from 0.2.5-f to 0.2.5-j. It has been a busy morning, I guess!

                                          Considered creating a script to update it?

                                          No, it's the kind of thing we want to control the timing of as someone might be working for a client at any given moment 24x7.

                                          A shell script does not a cron job make!

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

                                            @travisdh1 said in Comparing MeshCentral 2 to ScreenConnect:

                                            @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                                            @black3dynamite said in Comparing MeshCentral 2 to ScreenConnect:

                                            @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                                            Just updated from 0.2.5-f to 0.2.5-j. It has been a busy morning, I guess!

                                            Considered creating a script to update it?

                                            No, it's the kind of thing we want to control the timing of as someone might be working for a client at any given moment 24x7.

                                            A shell script does not a cron job make!

                                            A script only makes sense in that context, though, since it is just the click of a button to update it as it is.

                                            travisdh1T YlianY 2 Replies Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 45
                                            • 46
                                            • 47
                                            • 48
                                            • 49
                                            • 49 / 49
                                            • First post
                                              Last post