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
    216.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.
    • scottalanmillerS
      scottalanmiller @smartkid808
      last edited by

      @smartkid808 said in Comparing MeshCentral 2 to ScreenConnect:

      I am not command line nor linux person. So I don't want to have to look up every command, so having the sconfig screen helps.

      Linux has absolutely no connection here. Nothing on the Windows command line has any association with anything on Linux, and Linux is no more or less "command line" than Windows is. This is a 100% Windows thing.

      sconfig is a good point, have you tried that in the terminal? I'm assuming it is a no go?

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

        @smartkid808 said in Comparing MeshCentral 2 to ScreenConnect:

        Also, when I installed MC, I had to click install, so I needed the console (which brought up the MC gui install box).

        Use the background, rather than the interactive, installer. MC has both a GUI required, and a non-GUI required installer for exactly that reason.

        S 1 Reply Last reply Reply Quote 0
        • S
          smartkid808 @scottalanmiller
          last edited by

          @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

          Linux has absolutely no connection here. Nothing on the Windows command line has any association with anything on Linux, and Linux is no more or less "command line" than Windows is. This is a 100% Windows thing.
          sconfig is a good point, have you tried that in the terminal? I'm assuming it is a no go?

          I know, I was just saying I don't do command line whether it be linux or windows much, except for basic commands i've used all my life (I know your heavy in linux, which is why I mentioned linux. I know you love the command line 🙂 haha ).

          and I can run sconfig. but cant do anything with it.

          c1b0fac8-0eb3-4e2a-937f-86b097ad71b2-image.png

          1 Reply Last reply Reply Quote 0
          • S
            smartkid808 @scottalanmiller
            last edited by

            @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

            Use the background, rather than the interactive, installer. MC has both a GUI required, and a non-GUI required installer for exactly that reason.

            I'll give that a try later on my next test install

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

              Getting TUIs working in the terminal would be amazing. That would solve the problem SO much better.

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

                Just updated to 0.3.2-p

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

                  @scottalanmiller Apologies, what are TUIs?

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

                    @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                    @scottalanmiller Apologies, what are TUIs?

                    TUI... Textual User Interface.

                    A great example is sconfig on PowerShell. It's an app that gives GUI-like experience, but built out of ASCII characters.

                    vi or pine or joe are all TUIs on Linux.

                    YlianY JaredBuschJ 2 Replies Last reply Reply Quote 0
                    • YlianY
                      Ylian
                      last edited by

                      I just released a JavaScript IDER server and added it to MeshCommander v0.7.5 and MeshCentral v0.3.2-p. Blog about this here. This is going to be really amazing for Intel AMT users. Now that this is done, I can go back to bug fixing.

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

                        @scottalanmiller Agreed. Thanks.

                        1 Reply Last reply Reply Quote 1
                        • JaredBuschJ
                          JaredBusch @scottalanmiller
                          last edited by

                          @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                          @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                          @scottalanmiller Apologies, what are TUIs?

                          TUI... Textual User Interface.

                          A great example is sconfig on PowerShell. It's an app that gives GUI-like experience, but built out of ASCII characters.

                          vi or pine or joe are all TUIs on Linux.

                          But doens't sconfig launch into a new window process?

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

                            @JaredBusch said in Comparing MeshCentral 2 to ScreenConnect:

                            @scottalanmiller said in Comparing MeshCentral 2 to ScreenConnect:

                            @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                            @scottalanmiller Apologies, what are TUIs?

                            TUI... Textual User Interface.

                            A great example is sconfig on PowerShell. It's an app that gives GUI-like experience, but built out of ASCII characters.

                            vi or pine or joe are all TUIs on Linux.

                            But doens't sconfig launch into a new window process?

                            It does not in the GUI when I use it, and if I launch it through MeshCentral terminal it launches, but does not display correctly. Seems to be in the same process.

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

                              @scottalanmiller On Windows terminal currently launches within the MeshAgent process and causes a bunch of issues. Bryan who works on the agent will be looking into spawning a separate process for the terminal shell / powershell that should help. One huge bug with the current model is that "ping -t 1.2.3.4" can't be halted and will keep running even after the agent is stopped. To summarize, the Windows terminal needs more work.

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

                                @Ylian said in Comparing MeshCentral 2 to ScreenConnect:

                                @scottalanmiller On Windows terminal currently launches within the MeshAgent process and causes a bunch of issues. Bryan who works on the agent will be looking into spawning a separate process for the terminal shell / powershell that should help. One huge bug with the current model is that "ping -t 1.2.3.4" can't be halted and will keep running even after the agent is stopped. To summarize, the Windows terminal needs more work.

                                LOL, cool. Thanks for the heads up 😉

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Scott Banned
                                  last edited by

                                  When connected to a Windows or Linux computer (have not tried on Mac) and the machine's public IP address changes I can no longer connect to desktop, terminal, files, etc. however the machine still shows up on MC as powered on, so there is some connection, yes?
                                  How do we handle this if a remote machine has its IP address change? Such as a laptop going to a different location, or in my testing, changing address with a VPN.

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

                                    @Scott said in Comparing MeshCentral 2 to ScreenConnect:

                                    When connected to a Windows or Linux computer (have not tried on Mac) and the machine's public IP address changes I can no longer connect to desktop, terminal, files, etc. however the machine still shows up on MC as powered on, so there is some connection, yes?
                                    How do we handle this if a remote machine has its IP address change? Such as a laptop going to a different location, or in my testing, changing address with a VPN.

                                    MeshCentral should be getting that information from the meshagent.

                                    On my Linux system, meshagent is set to always restart every 3 seconds or at least I think what it means.
                                    4f89b4f9-43f8-438f-b8dd-dee20672e1d5-image.png

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

                                      0.3.2-w out now.

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

                                        How are we to handle LE renewals?
                                        I think it's an auto renew?

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

                                          @FATeknollogee said in Comparing MeshCentral 2 to ScreenConnect:

                                          How are we to handle LE renewals?
                                          I think it's an auto renew?

                                          MC does it all for you. Totally automated.

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

                                            Hmm, ok..my MC web console is broken.
                                            I can SSH in but no gui?

                                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 36
                                            • 37
                                            • 38
                                            • 39
                                            • 40
                                            • 48
                                            • 49
                                            • 38 / 49
                                            • First post
                                              Last post