The Tools page collects Cockpit's utility features in one place. It includes converters, generators, validators, and the OVPN import workspace for operators who need quick admin helpers without leaving the panel.
When to Use This
- You want to understand what the Tools page offers.
- You need a quick reference for built-in utility functions.
- You want to explain the difference between the simple modals and the OVPN workspace.
- You are deciding whether a task can be handled inside Cockpit instead of with an external site.
What the Tools Page Includes
- AES tools
- Base64 encode and decode tools
- QR code generator
- short URL generator
- hash, password, and UUID generators
- JSON formatter and validator
- URL encoder and decoder
- regex tester
- lorem ipsum generator
- OVPN import workspace
How to Use It
- Open Tools from the sidebar.
- Pick the utility that matches the task you want to perform.
- For most tools, open the matching modal and work directly inside it.
- For OVPN import, open the dedicated workspace and follow the staged workflow instead of expecting a small popup.
Expected Result
After using the Tools page, you should be able to complete quick admin tasks such as formatting JSON, testing a regex, generating a password or UUID, or staging OVPN data without leaving Cockpit.
What Makes OVPN Import Different
Unlike the smaller utilities, OVPN import uses a full workspace flow where you upload files or archives, review parsed rows in an editable table, and only import after the data is corrected and sorted.
Common Mistakes
- Expecting every tool to work the same way: Some use quick modals, while OVPN import uses a larger staged workspace.
- Skipping validation tools: The JSON and regex tools are most useful when you actually use the validation or test output before acting on the data.
- Importing staged OVPN data too early: Review and fix the parsed rows before final import.
Example Use Cases
- Quick admin helper: The owner generates a password or UUID without leaving the panel.
- Data cleanup: An operator pastes JSON into the formatter to validate it before using it elsewhere.
- VPN staging: A reseller uploads OVPN files, reviews the parsed rows, and only imports after confirming the country and credential fields.
Related Articles
- JSON Formatter Guide
- Regex Tester Guide
- OVPN Import Quick Start