Page 1 of 1

Remote Desktop on RevPi

Posted: 07 Nov 2019, 13:37
by haugfa
Hallo Zusammen ich habe folgendes Problem, und zwar bin ich im Firmennetzwerk und will remote auf mein RevPi zugreifen. Im Firmennetzwerk kann ich kein Team Viewer verwenden.
Ich habe folgendes System auf den RevPi:


Linux RevPi16856 4.9.76-rt60-v7+ #1 SMP PREEMPT RT Tue, 12 Mar 2019 15:19:36 +0100 armv7l GNU/Linux
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.8 (stretch)
Release: 9.8
Codename: stretch

Bei dem Befehl sudo apt-get install xrdp kommt die Meldung:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
xrdp ist schon die neueste Version (0.9.9-1).
Probieren Sie »apt --fix-broken install«, um dies zu korrigieren.
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
xrdp : Hängt ab von: ssl-cert ist aber nicht installierbar
Hängt ab von: libc6 (>= 2.28) aber 2.24-11+deb9u4 soll installiert werden
E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).

Wie kann ich xrdp installieren ?

Re: Remote Desktop on RevPi

Posted: 08 Nov 2019, 14:52
by dirk
Hi haugfa, leider kenne ich mich mit xrdp nicht aus. Auf dem RevPi ist es aber möglich, mit VNC zuzugreifen. Bitte beachte das Lizenzmodell hier.

Re: Remote Desktop on RevPi

Posted: 11 Nov 2019, 13:04
by dirk
Hi haugfa, da es grade nochmal eine telefonische Kontaktaufnahme gab, wollte ich fragen, ob es hier noch Klärungsbedarf gibt.

Re: Remote Desktop on RevPi

Posted: 14 Nov 2019, 09:47
by haugfa
Hallo Dirk,

warum ist es auf dem Raspbian möglich, xrdp zu installieren und auf dem revpi nicht? Das Paket wird nicht gefunden. Wir haben zudem noch andere Pakete, die nicht gefunden werden. Zum Beispiel tk-dev

Code: Select all

sudo apt-get install xrdp
Sind die Pakete normalerweise verfügbar auf dem revpi? Es könnte sein, dass unser internes Repository nicht vollständig gespiegelt ist.

Grüße Fabian

Re: Remote Desktop on RevPi

Posted: 18 Nov 2019, 12:04
by dirk
Hi, versuche bitte "apt --fix-broken install", das stand ja auch beim ersten Post von Dir. Generell funktioniert die Installation, wir haben das geprüft.

Re: Remote Desktop on RevPi

Posted: 20 Jun 2020, 11:59
by Christophe_Mx
Hello Dirck,
I recently buy a RevPi. I installed thightvncserver and xrdp.
But when I'm connected on the Remote Desktop xrdp, the screen was blue and the dsektop is not upload.
I don't speak german so I don't understand the previous comments !
Thanks for your feedback and great videos on the RevPi with you :o)
Christophe from France

Re: Remote Desktop on RevPi

Posted: 22 Jun 2020, 10:34
by dirk
Hi Christophe from France, cést la vie ... you may use i.e. Chrome with auto-translation.
Unfortunately I cannot help you with the problems but there is another option to remote access the destop.
I can help you with this tutorial for VNC access to the desktop of the RevPi:
VNC access to RevPi Desktop
This links to our Support Portal and you need to register just with an Email.
The registration form is currently available in German only.
The tutorial is material that comes from a product training so this is also currently in German only available but it mainly consists of English screeshots.
Translation help is always welcome.

Re: Remote Desktop on RevPi

Posted: 25 Jan 2021, 11:27
by hweiler
Kurze Info: der default Session Manager Xorg funktioniert nicht, aber so geht's:
Nachdem der VNC-Server nicht parallel zum xrdp funktioniert, zuerst die vnc Serverinstallation löschen:
apt-get purge realvnc-vnc-server
Anschliessend xrdp installieren:
apt-get install xrdp
(alles mit y bestätigen)

Dann die Datei /etc/xrdp/xrdp.ini editieren- im hinteren Teil der Datei sind die Sitzungskonfigurationen- dort die Konfiguration [Xorg] auskommentieren.
;[Xorg]
;name=Xorg
;lib=libxup.so
;username=ask
;password=ask
;ip=127.0.0.1
;port=-1
;code=20

[Xvnc]
name=Xvnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=-1
Daraufhin neu starten oder das xrdp Service neu starten:
systemctl restart xrdp
Anschließend wird als Konfiguration automatisch Xvnc gewählt, die funktioniert.

Viel Glück!

Re: Remote Desktop on RevPi

Posted: 18 Feb 2021, 13:09
by smgatauxde
Hallo hweiler,

habe das von Dir beschriebene ausgeführt und es führt leider immer noch nicht zum Erfolg.
Nach Anmeldung via Remote Control kommt eine Connection Log - Fenster mit folgendem Inhalt:

"connection to sesman ip 127.0.0.1 port 3350
sesman connect ok
sending login...
login successfull for desplay 11
VNC started conncting
VNC connecting to ...
VNC error -problem conncting
some problem"

Hab es einmal mit starten der GUI direkt am RevPi (startx) und ohne versucht
Was mach ich falsch?

Gruß

Sascha