diff --git a/meshcentral.js b/meshcentral.js
index e3173f1d..b73ced1e 100644
--- a/meshcentral.js
+++ b/meshcentral.js
@@ -241,8 +241,21 @@ function CreateMeshCentralServer(config, args) {
}
}
});
- childProcess.stdout.on('data', function (data) { if (data[data.length - 1] == '\n') { data = data.substring(0, data.length - 1); } if (data.indexOf('Updating settings folder...') >= 0) { childProcess.xrestart = 1; } else if (data.indexOf('Updating server certificates...') >= 0) { childProcess.xrestart = 1; } else if (data.indexOf('Server Ctrl-C exit...') >= 0) { childProcess.xrestart = 2; } else if (data.indexOf('Starting self upgrade...') >= 0) { childProcess.xrestart = 3; } else if (data.indexOf('Server restart...') >= 0) { childProcess.xrestart = 1; } console.log(data); });
+ childProcess.stdout.on('data', function (data) {
+ if (data[data.length - 1] == '\n') { data = data.substring(0, data.length - 1); }
+ if (data.indexOf('Updating settings folder...') >= 0) { childProcess.xrestart = 1; }
+ else if (data.indexOf('Updating server certificates...') >= 0) { childProcess.xrestart = 1; }
+ else if (data.indexOf('Server Ctrl-C exit...') >= 0) { childProcess.xrestart = 2; }
+ else if (data.indexOf('Starting self upgrade...') >= 0) { childProcess.xrestart = 3; }
+ else if (data.indexOf('Server restart...') >= 0) { childProcess.xrestart = 1; }
+ var datastr = data;
+ while (datastr.endsWith('\r') || datastr.endsWith('\n')) { datastr = datastr.substring(0, datastr.length - 1); }
+ console.log(datastr);
+ });
childProcess.stderr.on('data', function (data) {
+ var datastr = data;
+ while (datastr.endsWith('\r') || datastr.endsWith('\n')) { datastr = datastr.substring(0, datastr.length - 1); }
+ console.log('ERR: ' + datastr);
if (data.startsWith('le.challenges[tls-sni-01].loopback')) { return; } // Ignore this error output from GreenLock
if (data[data.length - 1] == '\n') { data = data.substring(0, data.length - 1); }
try {
diff --git a/package.json b/package.json
index 2ee6fda5..518fd483 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "meshcentral",
- "version": "0.4.5-d",
+ "version": "0.4.5-f",
"keywords": [
"Remote Management",
"Intel AMT",
diff --git a/views/default-min.handlebars b/views/default-min.handlebars
index 5434b100..9f1823a0 100644
--- a/views/default-min.handlebars
+++ b/views/default-min.handlebars
@@ -1,4 +1,4 @@
-{{{StartGeoLocation}}}{{{EndGeoLocation}}}
{{{title}}}My Devices | My Account | My Events | My Files | My Users | My Server | |
General | Desktop | Terminal | Files | Events | Details | Intel® AMT | Console | Plugins | |
Server disconnected,click to reconnect.
My Devices
| No device groups. |
My Account
Device Groups ( New )My Events
| Show | |
My Files
These files are shared publicly, click "link" to get public url.
✓
✗
My Server
Server StatisticsIntel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
| Show | |
General -
Events -
| Show | |
My Server Plugins
| | Name | Description | Link | Version | Latest | Status | Action | |
---|
No plugins on server.
File Selection
Agent Remote Desktop
Scaling
Frame rate
Intel® AMT Hardware KVM
Image Encoding
{{{StartGeoLocation}}}{{{EndGeoLocation}}}{{{title}}}My Devices | My Account | My Events | My Files | My Users | My Server | |
General | Desktop | Terminal | Files | Events | Details | Intel® AMT | Console | Plugins | |
Server disconnected,click to reconnect.
My Devices
| No device groups. |
My Account
Device Groups ( New )My Events
| Show | |
My Files
These files are shared publicly, click "link" to get public url.
✓
✗
My Server
Server StatisticsIntel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
| Show | |
General -
Events -
| Show | |
My Server Plugins
| | Name | Description | Link | Version | Latest | Status | Action | |
---|
No plugins on server.
File Selection
Agent Remote Desktop
Scaling
Frame rate
Intel® AMT Hardware KVM
Image Encoding
{{{StartGeoLocation}}}{{{EndGeoLocation}}}{{{title}}}Moje zařízení | Můj účet | Moje události | Moje soubory | Uživatelé | Můj server | |
Obecné | Plocha | Terminál | Soubory | Události | Detaily | Intel® AMT | Konzole | Pluginy | |
Server disconnected,klikni pro opětovné připojení.
Moje zařízení
| No device groups. |
Můj účet
Device Groups ( New )Moje události
| Zobrazit | |
Moje soubory
These files are shared publicly, click "link" to get public url.
✓
✗
Můj server
Statistiky serveruIntel® AMT Redirection port or KVM feature is disabled, zde kliknout pro aktivaci.
Vzdálený počítač není zapnutý, klikněte zde pro zapnutí.
Intel® AMT Redirection port or KVM feature is disabled, zde kliknout pro aktivaci.
Vzdálený počítač není zapnutý, klikněte zde pro zapnutí.
| Zobrazit | |
Obecné -
Events -
| Zobrazit | |
My Server Plugins
| | Jméno | Popis | Link | Version | Latest | Status | Action | |
---|
No plugins on server.
File Selection
Agent Remote Desktop
Škálování
Obnovování
Intel® AMT Hardware KVM
Kódovaní obrazu
{{{StartGeoLocation}}}{{{EndGeoLocation}}}{{{title}}}Moje zařízení | Můj účet | Moje události | Moje soubory | Uživatelé | Můj server | |
Obecné | Plocha | Terminál | Soubory | Události | Detaily | Intel® AMT | Konzole | Pluginy | |
Server disconnected,klikni pro opětovné připojení.
Moje zařízení
| No device groups. |
Můj účet
Device Groups ( New )Moje události
| Zobrazit | |
Moje soubory
These files are shared publicly, click "link" to get public url.
✓
✗
Můj server
Statistiky serveruIntel® AMT Redirection port or KVM feature is disabled, zde kliknout pro aktivaci.
Vzdálený počítač není zapnutý, klikněte zde pro zapnutí.
Intel® AMT Redirection port or KVM feature is disabled, zde kliknout pro aktivaci.
Vzdálený počítač není zapnutý, klikněte zde pro zapnutí.
| Zobrazit | |
Obecné -
Events -
| Zobrazit | |
My Server Plugins
| | Jméno | Popis | Link | Version | Latest | Status | Action | |
---|
No plugins on server.
File Selection
Agent Remote Desktop
Škálování
Obnovování
Intel® AMT Hardware KVM
Kódovaní obrazu
{{{StartGeoLocation}}}{{{EndGeoLocation}}}{{{title}}}Mes Appareils | Mon Compte | Mes Événements | Mes Dossiers | Mes Utilisateurs | Mon Serveur | |
Général | Desktop | Terminal | Dossiers | Événements | Details | Intel® AMT | Console | Plugins | |
Server disconnected,click to reconnect.
Mes Appareils
| Aucun groupe d'appareils. |
Mon Compte
Device Groups ( Nouveau )Mes Événements
| Afficher | |
Mes Dossiers
Ces fichiers sont partagés publiquement, cliquez sur "lien" pour obtenir une URL publique.
✓
✗
Mon Serveur
Statistiques du serveurAvertissements du serveur Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
L'ordinateur distant n'est pas sous tension, cliquez ici pour émettre une commande d'alimentation.
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
L'ordinateur distant n'est pas sous tension, cliquez ici pour émettre une commande d'alimentation.
| Afficher | |
Général -
Événements -
| Afficher | |
Statistiques de mon serveur
Mes plugins serveur
| | Nom | Description | Lien | Version | Dernier | Statut | Action | |
---|
No plugins on server.
Sélection de fichier
Agent Remote Desktop
Mise à l'échelle
Frame rate
Intel® AMT Hardware KVM
Image Encoding
{{{StartGeoLocation}}}{{{EndGeoLocation}}}{{{title}}}Mes Appareils | Mon Compte | Mes Événements | Mes Dossiers | Mes Utilisateurs | Mon Serveur | |
Général | Desktop | Terminal | Dossiers | Événements | Details | Intel® AMT | Console | Plugins | |
Server disconnected,click to reconnect.
Mes Appareils
| Aucun groupe d'appareils. |
Mon Compte
Device Groups ( Nouveau )Mes Événements
| Afficher | |
Mes Dossiers
Ces fichiers sont partagés publiquement, cliquez sur "lien" pour obtenir une URL publique.
✓
✗
Mon Serveur
Statistiques du serveurAvertissements du serveur Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
L'ordinateur distant n'est pas sous tension, cliquez ici pour émettre une commande d'alimentation.
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
L'ordinateur distant n'est pas sous tension, cliquez ici pour émettre une commande d'alimentation.
| Afficher | |
Général -
Événements -
| Afficher | |
Statistiques de mon serveur
Mes plugins serveur
| | Nom | Description | Lien | Version | Dernier | Statut | Action | |
---|
No plugins on server.
Sélection de fichier
Agent Remote Desktop
Mise à l'échelle
Frame rate
Intel® AMT Hardware KVM
Image Encoding