Version 6.3.3 - administration interface redesign
Published: 2025-04-09
I am glad to introduce new administration interface for Team Premium edition.
Former, administration interface used data grid controls used in DbGate. We changed this to more traditional approach, which will be more intuitive for most users.
If you need eg. to import more users or connections in one step, you could still use “Open table” shortcut and edit raw data table.
Also we added password encryption to connection and user administration, so you will never see unencrypted password in database (unless you uncheck “Encrypt password” checkbox). Password is encrypted with random key, which is generated on first launch, so you could’t simply copy crypted password to different DbGate installation - it will use different crypting key.
User administration
You could manage users, assign them permissions, roles and connections

Role administration
You could manage roles, assign them permissions, users and connections

Connection administration
You could manage connections, in the same way as you manage connections in desktop app.

Changelog after 6.3.2 version
6.3.3
- CHANGED: New administration UI, redesigned administration of users, connections and roles
- ADDED: Encrypting passwords in team-premium edition
- ADDED: Show scale bar on map #1090
- FIXED: Fixed native backup/restore for MySQL+PostgreSQL over SSH tunnel #1092
- CHANGED: Column mapping dialog - fixes and improvements for copying from one existing table into another
- ADDED: Search in columns in table editor
- ADDED: Line Wrap for JSON viewer #768