Skip to content

Mesh Agent wont install - The specified procedure could not be found #7606

@masonb2002

Description

@masonb2002

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:

  1. Go to Mesh Agent.exe
  2. Click on install or connect
  3. See error

Expected behavior
Expected to install and run mesh agent or temporary connection
Screenshots

Image

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
    }
  }
}
Pinned by si458

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions