Language: Deutsch · English
Common questions about installation, production use, updates and HTTPS.
HOW-TO OPERATIONS UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
If the installation succeeded but Nuclos won't start, server.log in <NUCLOS-HOME>/logs reveals the cause. You can post the log in the Nuclos forum.
Production
Server & client
Backups
/data).Maturity
Updates are largely automatic. Still:
HTTPS needs an X.509 certificate stored in a keystore, specified during installation. Obtain it from a CA or create one with the Java tool keytool:
keytool -genkeypair -keystore .keystore -storepass changeit
Test/intranet only
A self-signed certificate is no substitute for a CA certificate and triggers security warnings. In production always use a CA certificate and run Nuclos over HTTPS only.
JCE no longer required
With modern Java (8u161+, 11, 17) Unlimited Strength is enabled by default – the old JCE policy files are no longer needed.
For correct date/number formats the server should run with the appropriate locale. Check with:
locale
Adjust it per your OS documentation if needed.