Description
First I'd like to say, VERY IMPRESSIVE WORK to Ylian. I say that having experience as a developer. In a few days I was able to stop using an expensive remote desktop sharing application that I've been using for about 10 years.
The Windows agents ARE working well.
But when I create the ASSISTANT links and download the assistant, it asks for permission and runs but nothing happens. The tray icon doesn't appear.
I tried starting it from the command line hoping for some verbose output. But still nothing. A new line cursor appears but no error or status.
Server and clients are running Windows 10 LTSC and LTSB
Mesh Server version .21
WAN mode.
Lets Encrypt: TRUE (working as expected).
I'm using port 444.
Node version 18.16.1
My DNS server has feature running on port 80. But I turned it off. Set the redir port to 80 and port to 443 and tried again.
On startup it said it SIGNED the agents.
But the results were the same.
I tried turning on agentInviteCodes. But that doesn't seem to affect the issue.
"settings": {
"agentInviteCodes":true,
"cert": "------",
"WANonly": true,
"port": 444,
"_aliasPort": 443,
"redirPort": 80,
"redirAliasPort": 80,
"postgres": {
"host": "127.0.0.1",
"user": "-----",
"port": -----,
"password": "----"
}
},
"domains": {
"": {
"title": " Remote Service",
"title2": "---------",
"_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": "--------,
"names": "------------",
"skipChallengeVerification": true,
"production": true
}
Thank you.