Die Suche ergab 2135 Treffer

von j.schneider
22 Jan 2026, 12:09
Forum: Free Support
Thema: Depot Server
Antworten: 9
Zugriffe: 130

Re: Depot Server

You need to run

Code: Alles auswählen

opsiconfd setup --set-depot-user-password
on the Configserver and Depotserver.
Use the same password on both.
von j.schneider
21 Jan 2026, 14:18
Forum: Free Support
Thema: Depot Server
Antworten: 9
Zugriffe: 130

Re: Depot Server

Do you see a green checkmark in the "On" column of the client table?
Most likely it's a time synchronization issue between the server and the client.
The clocks on both systems should be synchronized as closely as possible.
von j.schneider
21 Jan 2026, 11:53
Forum: Freier Support
Thema: wan/vpn module nicht licensed after debian dist-upgrade
Antworten: 1
Zugriffe: 78

Re: wan/vpn module nicht licensed after debian dist-upgrade

Hallo,

OPSI unterstützt offiziell Debian 13.
Uns sind keine Probleme unter Debian 13 bekannt.
Das scheint mir eher ein Konfiguration-Problem zu sein.

Grüße
Jan Schneider
von j.schneider
20 Jan 2026, 14:24
Forum: Free Support
Thema: Depot Server
Antworten: 9
Zugriffe: 130

Re: Depot Server

You need to install the products on the depot.
You can run the following command on your configserver:

Code: Alles auswählen

opsi-cli package install --depots all https://opsipackages.43.opsi.org/stable/windows/localboot/hwaudit_4.3.1.0-2.opsi
von j.schneider
20 Jan 2026, 13:59
Forum: Free Support
Thema: Depot Server
Antworten: 9
Zugriffe: 130

Re: Depot Server

You can select client in opsi-configed and move them to another depot via context menu.
See also the available Options of the opsi-client-agent-installer:

https://docs.opsi.org/opsi-docs-en/4.3/clients/windows-client/windows-client-agent.html#opsi-manual-clientagent-subsequent-installation-oca ...
von j.schneider
20 Jan 2026, 11:59
Forum: Free Support
Thema: How to remove old/uninstalled packages from Configed “Free Client Search” Product ID
Antworten: 2
Zugriffe: 76

Re: How to remove old/uninstalled packages from Configed “Free Client Search” Product ID

Hello,

you can use the following command on the OPSI server to clean up orphaned packages:

Code: Alles auswählen

opsi-package-manager --purge
von j.schneider
20 Jan 2026, 11:57
Forum: Free Support
Thema: Depot Server
Antworten: 9
Zugriffe: 130

Re: Depot Server

Clients always require a direct connection to the OPSI configuration server (controller/API).
So you have to use the OPSI Service URL.
The OPSI depot server can be used to provide installation files for clients at a different location more efficiently.
von j.schneider
08 Jan 2026, 13:48
Forum: Freier Support
Thema: [gelöst] modificationTime nicht aktualisiert bei setup über opsi-cli
Antworten: 3
Zugriffe: 345

Re: modificationTime nicht aktualisiert bei setup über opsi-cli

Hallo,

das Problem sollte ab Version 4.3.32.0 (aktuell experimental) behoben sein.

Code: Alles auswählen

opsi-cli self upgrade --branch experimental
Grüße
Jan Schneider
von j.schneider
17 Dez 2025, 15:05
Forum: Freier Support
Thema: Docker installation Upgrade
Antworten: 3
Zugriffe: 480

Re: Docker installation Upgrade

Hallo,

steht vielleicht ein Fehler im Log?

Code: Alles auswählen

opsi-server.sh logs opsi-server
Grüße
Jan Schneider
von j.schneider
05 Dez 2025, 16:33
Forum: Freier Support
Thema: "Too many Sessions" durch VPN
Antworten: 2
Zugriffe: 1137

Re: "Too many Sessions" durch VPN

Hallo,

bei Verwendung eines Reverse-Proxys sollte man diesen unbedingt zu den "trusted-proxies" hinzufügen.
Nur dann verwendet OPSI die eigentliche Client-IP-Adresse.

--trusted-proxies [TRUSTED_PROXIES ...]
A list of trusted reverse proxy addresses.
[env var: OPSICONFD_TRUSTED_PROXIES ...