-
I'm trying to finally get rid of Teamviewer and use xpra (especially with the via-browser stack). As traditionally, I don't have it installed - so, therefore, I don't have the service 😕 I tried: > xpra\Xpra-x86_64_6.0-r35043\Xpra-Proxy_cmd.exe
2024-02-23 00:03:58,918 created tcp socket '0.0.0.0:14500'
2024-02-23 00:03:58,923 Warning: missing dbus module
2024-02-23 00:03:58,923 for Python 3.11.7 (main, Dec 7 2023, 09:07:50) [GCC 13.2.0 64 bit (AMD64)]
2024-02-23 00:03:58,978 wrote pid 25484 to 'C:\Users\stdedos\AppData\Roaming\Xpra\sessions\1000\server.pid'
2024-02-23 00:03:58,993 created named pipe 'Xpra\xpra-service'
2024-02-23 00:03:59,006 Warning: failed to load the mdns publishers
2024-02-23 00:03:59,006 dynamic module does not define module export function (PyInit_zeroconf)
2024-02-23 00:03:59,006 No module named 'avahi'
2024-02-23 00:03:59,006 install 'python-avahi', 'python-zeroconf'
2024-02-23 00:03:59,006 or use the 'mdns=no' option
2024-02-23 00:03:59,057 Warning: cannot access directory 'C:\ProgramData\Microsoft\Windows\Start Menu\Προγράμματα':
2024-02-23 00:03:59,058 [WinError 5] Δεν επιτρέπεται η πρόσβαση: 'C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Προγράμματα'
2024-02-23 00:03:59,076 xpra is ready.
2024-02-23 00:03:59,077 xpra proxy server version 6.0-r35043 (g48292788a) beta
2024-02-23 00:03:59,077 running with pid 25484 on Microsoft Windows
2024-02-23 00:03:59,077 cpython 3.11
2024-02-23 00:03:59,180 Warning: cannot access directory 'C:\Users\stdedos\AppData\Roaming\Microsoft\Windows\Start Menu\Προγράμματα':
2024-02-23 00:03:59,181 [WinError 5] Δεν επιτρέπεται η πρόσβαση: 'C:\\Users\\stdedos\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Προγράμματα' ... it'd be nice if it could announce itself (and that somehow be picked up and shown by other xpra's running on the same network). However, my most important issue is that I don't know how to authenticate to it. Also, since it's not possible to use SSH keys (... I guess), then I'd like to also "do something about" encryption. Is there any documentation for it? I see https://github.com/Xpra-org/xpra/blob/master/docs/Usage/Service.md, but looks like Linux |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
The problem comes from:
I am not seeing this problem with current builds.
Your windows credentials should work. |
Beta Was this translation helpful? Give feedback.
-
Split the shadow issue into #4287 |
Beta Was this translation helpful? Give feedback.
-
Fixed in ab9e79b
I do see
|
Beta Was this translation helpful? Give feedback.
-
This discussion is becoming a bit unwieldy, apart from solving the SSL setup (#3299) - is there anything that has not been addressed? |
Beta Was this translation helpful? Give feedback.
Sorry about that, the parsing had been refactored and I had forgotten to update the documentation to match: 39527ec
It works for me now, with both
auth=password
andauth=sys
.Tested with both the Python client and the html5 client.