You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean installation of meshcentral
Ubuntu 22.04
installed via mc-azure-ubuntu1804.sh script
In the browser, I click add mesh agent.
I choose: Linux / BSD / macOS Binary Installer
I copy the command: wget -O meshagent --no-check-certificate "https://172.24.184.128/meshagents?id=....."
On a computer with Linux 6.1.89-generic-x86_64 in the terminal, user root. The command downloads meshaget.
I do chmod +x ./meshaget
I run as root /root/meshaget -install
It says there are no privileges.
Via sudo from another user the same thing
How to install an agent on linux?
Server Software (please complete the following information):
OS: Ubuntu 22.04
Network: LAN
Your config.json file
{
"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
"__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
"__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
"settings": {
"_cert": "myserver.mydomain.com",
"_WANonly": true,
"LANonly": true,
"_sessionKey": "MyReallySecretPassword1",
"_port": 443,
"_aliasPort": 443,
"_redirPort": 80,
"_redirAliasPort": 80
},
"domains": {
"": {
"_title": "MyServer",
"_title2": "Servername",
"_minify": true,
"_newAccounts": true,
"_userNameIsEmail": true
}
},
"_letsencrypt": {
"__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
"email": "[email protected]",
"names": "myserver.mydomain.com",
"skipChallengeVerification": true,
"production": false
}
}
The text was updated successfully, but these errors were encountered:
Clean installation of meshcentral
Ubuntu 22.04
installed via mc-azure-ubuntu1804.sh script
In the browser, I click add mesh agent.
I choose: Linux / BSD / macOS Binary Installer
I copy the command: wget -O meshagent --no-check-certificate "https://172.24.184.128/meshagents?id=....."
On a computer with Linux 6.1.89-generic-x86_64 in the terminal, user root. The command downloads meshaget.
I do chmod +x ./meshaget
I run as root /root/meshaget -install
It says there are no privileges.
Via sudo from another user the same thing
How to install an agent on linux?
Server Software (please complete the following information):
Your config.json file
The text was updated successfully, but these errors were encountered: