Skip to content

Mesh Agent iOS App doesn’t connect #7596

@bellum07

Description

@bellum07

Describe the bug
I’d like to test the new Mesh Agent iOS App.

In a first step manually - later with a MDM system (preferably BlackBerry UEM and perhaps Intune).
I’ve downloaded the app on the iPhone and scanned the QR code.
When I click connect nothing happens and the device isn’t visible in the MeshCentral Web-Console
The app shows:
Host: rs.intra.domain-1.com
Status: Disconnected

I can ping the MeshCentral Server from the iPhone and on the Windows Firewall I can see allowed connetctions to port 443 from the iPhone.
What am I doing wrong?
How to debug?

Server Software:
OS: Windows 2019 Server
Version: 1.1.56
Node: 22.16.0

Client Device:
Device: iPhone 11
OS: iOS 26.2.1
Network: Wi-Fi only
Mesh Agent Version: 1.0.2

Device: iPhone 7
OS: iOS 15.8.6
Network: Wi-Fi only
Mesh Agent Version: 1.0.2

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": "rs.intra.domain-1.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://domain-2.com/ first before trying Let's Encrypt.",
    "email": "myemail@domain-3.com",
    "names": "REDACTED",
    "skipChallengeVerification": true,
    "production": false
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions