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
The version of the software you are using: 1.1.37
The operating system and version: Windows 10 enterprise edition
The observed output: If i select a device and open a terminal session and then go to another device, the terminal session for the first device is displayed.
The expected output: individual sessions.
Any troubleshooting you took to resolve the issue yourself: reboot servers, ensure everything patched, different browsers - edge and firefox.
Any other similar reports: A contributor said this was a previous issue so regression prob??
Thanks to you and your team for a great solution! Nicely done!
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Server Software (please complete the following information):
Client Device (please complete the following information):
Device: [e.g. Laptop]
OS: [e.g. Ubuntu]
Network: [e.g. Local to Meshcentral, Remote over WAN]
Browser: [e.g. Google Chrome]
MeshCentralRouter Version: [if applicable]
Remote Device (please complete the following information):
Device: [e.g. Laptop]
OS: [e.g. Windows 10 21H2]
Network: [e.g. Local to Meshcentral, Remote over WAN]
Current Core Version (if known): [HINT: Go to a device then console Tab then type info]
Additional context
Add any other context about the problem here.
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",
"production": false
}
}
The text was updated successfully, but these errors were encountered:
The version of the software you are using: 1.1.37
The operating system and version: Windows 10 enterprise edition
The observed output: If i select a device and open a terminal session and then go to another device, the terminal session for the first device is displayed.
The expected output: individual sessions.
Any troubleshooting you took to resolve the issue yourself: reboot servers, ensure everything patched, different browsers - edge and firefox.
Any other similar reports: A contributor said this was a previous issue so regression prob??
Thanks to you and your team for a great solution! Nicely done!
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Server Software (please complete the following information):
Client Device (please complete the following information):
Remote Device (please complete the following information):
console
Tab then typeinfo
]Additional context
Add any other context about the problem here.
Your config.json file
The text was updated successfully, but these errors were encountered: