Set Up Multi-User Mode
This guide connects ELN3 to your MySQL server and WebDAV storage. You should have both ready before starting — see Install MySQL and Set Up WebDAV.
Prerequisites
| Requirement | Details |
|---|---|
| MySQL server | Running, with eln3db database and eln3user credentials |
| WebDAV server | Running, with a dedicated folder and credentials |
| libmysql.dll | 32-bit MySQL client library in the ELN3 application folder |
| ELN3 installed | On the admin’s workstation |
Step 1: Run the Connection Wizard
- Launch ELN3 — the Connection Wizard opens automatically on first run
- Select Remote connection mode
- Enter your MySQL settings:
| Setting | Value |
|---|---|
| Server | MySQL server IP or hostname |
| Port | 3306 (default) |
| Database | eln3db |
| User | eln3user |
| Password | Your MySQL password |
- Enter your WebDAV settings:
| Setting | Value |
|---|---|
| WebDAV URL | https://<server>:5006/eln3files/ |
| WebDAV User | eln3webdav |
| WebDAV Password | Your WebDAV password |
- Click Test Connection — the wizard verifies MySQL connectivity, database access, and WebDAV availability
- If all checks pass, click Connect
Tip: If the connection test fails, a diagnostics dialog will pinpoint exactly which step is failing (DNS, port, credentials, database). Fix the reported issue and retry.
Step 2: Create the Admin User
After connecting, ELN3 prompts you to create the first user:
- Enter First Name, Last Name, Login, Email
- Set a strong password
- The role is automatically set to Admin
- Click Save
This is your administrator account with full system access.
Step 3: Verify the Setup
After logging in as Admin:
- Check the status bar at the bottom — it should show the MySQL connection and server address
- Open Users > Users Editor — your admin account should be listed
- Try creating a test project and attaching a file — the file should upload to WebDAV
Connection Diagnostics
If ELN3 can’t connect at startup, the Connection Diagnostics dialog appears automatically. It tests each component:
- DNS resolution — can the server hostname be resolved?
- TCP port — is port 3306 reachable?
- MySQL credentials — are the username and password correct?
- Database existence — does
eln3dbexist? - WebDAV access — is the WebDAV server reachable?
From the diagnostics dialog you can Retry, Reconfigure (re-run the wizard), or Exit.
Reconfigure an Existing Installation
To change connection settings on an already-configured workstation:
- Go to Database > Reconfigure Connection…
- The Connection Wizard reopens with current settings pre-filled
- Make your changes and test the connection
- Restart ELN3 for changes to take effect
Next Steps
- Onboard Your Team — create users, assign roles, distribute configuration