-
Notifications
You must be signed in to change notification settings - Fork 812
Description
Describe the bug
When trying to install mesh agent on machine it gives a "The specified procedure could not be found" when clicking install or connect
To Reproduce
Steps to reproduce the behavior:
- Go to Mesh Agent.exe
- Click on install or connect
- See error
Expected behavior
Expected to install and run mesh agent or temporary connection
Screenshots
Server Software (please complete the following information):
- OS: Ubuntu Server
- Virtualization:Proxmox
- Network: LAN/WAN hybrid with reverse proxy
- Version: 1.1.56
- Node: 18.19.1
Client Device (please complete the following information):
- Device: Laptop
- OS: Windows 11 pro 25h2
- Network: Remote over WAN
- Browser: Google Chrome
Remote Device (please complete the following information):
- Device: Laptop
- OS: Windows 11 pro 25h2
- Network: Remote over WAN
- Current Core Version (if known): unkown
Additional context
I have the agent running on two machines fine, but encountering issue with other machines.
Your sanitized config.json file
Please sanitize your configuration (remove private or irrelevant values) before posting, using the community tool at https://sanitizer.meshcentraltools.com/
{
"$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": "remote.bevnet.domain-1.com",
"_WANonly": true,
"_LANonly": true,
"_sessionKey": "MyReallySecretPassword1",
"port": 4430,
"aliasPort": 443,
"redirPort": 800,
"redirAliasPort": 800,
"AgentPong": 300,
"tlsOffload": "10.0.0.79",
"_ignoreagenthashcheck": true
},
"domains": {
"": {
"certUrl": "https://reverse.bevnet.domain-1.com:443/",
"title": "REDACTED",
"title2": "REDACTED",
"_minify": true,
"_newAccounts": true,
"_userNameIsEmail": true,
"agentInviteCodes": true,
"agentCustomization": {
"displayName": "REDACTED",
"description": "REDACTED",
"companyName": "REDACTED",
"serviceName": "REDACTED",
"_installText": "REDACTED",
"image": "REDACTED",
"fileName": "REDACTED",
"_foregroundColor": "REDACTED",
"_backgroundColor": "REDACTED"
},
"assistantCustomization": {
"title": "REDACTED",
"image": "REDACTED",
"fileName": "REDACTED"
}
},
"_letsencrypt": {
"__comment__": "Requires NodeJS 8.x or better, Go to https://domain-2.com/ first before trying Let's Encrypt.",
"email": "myemail@domain-3.com",
"names": "REDACTED",
"skipChallengeVerification": true,
"production": false
}
}
}
@masonb2002 dont worry ive verified here, installed the KB5074105, got the error, uninstalled KB5074105, installed no problem
microsoft broke something, so you MUST uninstall KB5074105 for the moment.
also another work around, installing from the command line still works meshagent64-mygroup.exe -fullinstall
Metadata
Metadata
Assignees
Labels
Projects
Status