Install MeshCentral agent on Alpine Linux

To install in Alpine Linux you need a specific installer that doesn’t need glibc so download that from your MeshCentral server (replace meshcentral-server.com with your server url): # wget –no-check-certificate https://meshcentral-server.com:446/meshagents?id=33 If it has downloaded and included the query string in the filename then remove it # mv meshagents\?id=33 meshagents And set that file to […]

Add custom icons to MeshCentral (part 3 – styles)

Carrying on from part 2 (night mode), if you copy the stylesheet style.css from C:\Program Files\Open Source\MeshCentral\node_modules\meshcentral\public\styles (in my installation) to our custom directory (- in this case C:\Program Files\Open Source\MeshCentral\meshcentral-web\public\styles) and make a few adjustments, it’s a little prettier. These are the sections to change: .DevSt {padding: 15px !important;background: #333;border-radius: 10px 10px 0px 0px;margin-top: […]

Add custom icons to MeshCentral (part 1)

MeshCentral is great, but the icons are a little Windows 7. Luckily, the author Ylian Saint-Hilaire has added a simple way to change them. Go to your MeshCentral installation folder and navigate to \meshcentral-web\public\images – this might look something like this: C:\Program Files\Open Source\MeshCentral\meshcentral-web\public\images Then place the icons in the images folder. I have zipped […]