AMXELA is designed with a security-first mindset, ensuring your data, credentials, and infrastructure remain under your full control.
Local-Only SSH Connections
All remote commands run directly on your device β no external servers or middlemen are involved.
Keychain Credential Storage
SSH passwords and private keys are securely stored using Appleβs Keychain. They are never saved in plaintext or uploaded to the cloud.
iCloud Sync (Optional)
Server configurations (not credentials) are synced privately through your Apple ID using Appleβs CloudKit.
No Telemetry or Tracking
AMXELA does not include any analytics, crash reporters, or tracking libraries.
No Root Required
All monitoring features work with standard or restricted SSH users β no elevated access is necessary.
To ensure secure usage of AMXELA, we recommend:
/proc
and limited system commands (uptime
, df
, cat
, etc.) root
or sudo
-enabled users unless absolutely requiredTo monitor Docker containers without using sudo
, your SSH user must be part of the docker
group on the remote server.
Use the following command:
sudo usermod -aG docker your-user
After running this command, log out and log back in (or restart your SSH session) to apply the group change.
AMXELA uses the following open-source libraries:
See the Licenses page for full license text and attribution.
AMXELA runs 100% locally. We do not operate any proxy, backend, cloud service, or telemetry engine.
All connections occur between your device and your own servers β directly.
Have security concerns or wish to report a vulnerability?
Reach us at:
π§ suport@amxela.com
Β© 2025 AMXELA (a DBA of Grey Wall Consulting, LLC)