ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Ylian
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 115
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @smartkid808 If you see this error:

      Error: ENOENT: no such file or directory, open '/home/wscheele/views/layouts/main.handlebars'
      

      This was due to a new version of express-handlebars 3.1.0 that broke MeshCentral. I released a new version of MeshCentral last night v0.3.4-k with a fix for this.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      This is an interesting suggestion! Can someone send a screen shot of that this landing page look like on other products?

      FYI. Started work on a night-mode user interface for MeshCentral. It's in v0.3.4-b, but need to do a bunch more work to get it nice.

      MC2-NightMode2.png

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @MordyT One more thing. If you can go in "MeshCentral-Data" and look at the size of the ".db" files... Is any of the files really big (Megabytes)? If so, what is the name of the file that is big and how big is it? With only 10 PC's, I can't expect any of the files in that folder to be of any significant size. - Thanks.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @MordyT Interesting. I have never seen this error before. Yes, it's safe to re-install, but backup "meshcentral-data" and "meshcentral-files" first. "meshcentral-data" contains the critical certificates that make your server unique. Agents will not reconnect unless you have the right certs. At any time, you can re-install your server and put the "data" and "files" folder back and restart and you should be fine. If you are using MongoDB, make sure to backup the database on a regular bases. If you are not using MongoDB, NeDB will be used and all ".db" files will be in the "meshcentral-data" folder.

      Basically, should be easy to recover. Please don't hesitate to ask if you need help.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      Charts. I need to add a inactivity timeout for one-sided relays sessions to fix the green line.

      MeshCentralCom-Stats.png

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      Automatic backup is a good idea. If you have any suggestions, don't hesitate to add them to the GitHub issues list. By the way, last batch of updates includes support for ARMv8 64bit, Web Notifications, some improvements to multi-display selection, working on better tracking of relay sessions. Plenty more bug fixes of course.

      MC2-WebNotifications.png

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      MeshCentral should not require make. If it does, this is a bug. I don't want the MeshCentral server to depend on anything but node itself. If you get an error during install, please post it here or better yet on GitHub, I will work to fix it. MeshCentral should remain super easy to install.

      In other news, back to requests and fixing bugs this week. Last two weeks saw lots of work on Intel AMT IDER, but finally back to more normal tasks.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: 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.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @scottalanmiller Agreed. Thanks.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      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.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @scottalanmiller Apologies, what are TUIs?

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      Ha yes, I have to do some more work on the timeline. However, normally I would see "Connectivity: MeshAgent" if the agent was online (just below "Active User"). Since it's not present, I imagine the agent is not currently connected?

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      Just published MeshCentral v0.3.2-l with early support for user notification when a remote session is connected. I expect to keep adding to this going forward, but wanted to release a starter version that just displays a toast notification when a remote session is connected. You can go in the device group page and edit this. You can also add "UserConsentFlags" in config.json domain section to force all device groups domain wide:

      "__UserConsentFlags__" : "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all",
      "UserConsentFlags" : 7
      

      Feedback appreciated,
      Ylian

      MC2-UserNotification.png

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @scottalanmiller Yes... yes...

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      Thanks for reporting it, yes 0.3.2-b had a problem where some agents would disconnect in just the right way and cause a server fault. Should be fixed. Got a lot of small fixes done today.

      As for a roadmap, I don't really want one as I don't want to be committing to stuff in advance. However:

      • Support for improved Intel AMT activation and usage is going to be coming.
      • We are working on a way for a second agent to be on a timer that would call back to the server every few days and perform agent recovery if something goes wrong. This way, it serves as a back-stop if something goes wrong with the agent.
      • User notification and/or user consent when taking control of a computer. I really need to get on that.
      • Lots of things people are asking for on GitHub...

      It's really never ending. It's possible companies could take the open source version and provide a professional version and/or deployments. That would be great and I certainly want to encourage this.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @dafyre I did enjoy my vacations, but I have to say, I also enjoy working on MeshCentral. It's really fun. Just published MeshCentral 0.3.1-y:

      • You can now sync the device names to the device hostnames.
      • New server permissions for users to remove rights to create new groups or see MeshCMD link.
      • Fixed remote desktop full screen problem.
      • Improved terminal. Should be able to run nano/pico/vi much better.
      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      LOL. I just got back this morning and about to step back on the coding treadmill. Got a lot of bug reports on GitHub I need to got thru in the coming days.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      Nice! Today I added a "Log scale" option because some data was really off. I also made it so some data points start expiring as times goes on. One hidden feature, you can click on the series names at the top to toggle them.

      MC2-Chart.png

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @scottalanmiller Many thanks for reporting this on GitHub. Did a bunch of fixes to minification and NeDB code as a result. Very must appreciated.

      posted in IT Discussion
      YlianY
      Ylian
    • RE: Comparing MeshCentral 2 to ScreenConnect

      The MeshCentral Router with relay mapping is indeed, very interesting. By the way, just Published MeshCentral v0.3.1-d with server data collection and charts. You probably want to update and wait a few hours to start getting pretty pictures. Data is logged every 5 minutes. Enjoy. Feedback appreciated.

      MC2-StatsCharts.png

      posted in IT Discussion
      YlianY
      Ylian
    • 1 / 1