Step-by-step instructions for installing Dermi Atlas Manager on Ubuntu and Debian-based Linux distributions using AppImage or .deb package.
The AppImage format runs on most Linux distributions without installation.
Locate the downloaded .AppImage file.chmod +x DermiAtlasManager-*.AppImage./DermiAtlasManager-*.AppImageLocate the downloaded .deb file.sudo dpkg -i dermi-atlas-manager-*.debsudo apt-get install -fdermi-atlas-managerYour feedback helps us improve our documentation
Contact our support team for personalized help
If your system uses UFW (Uncomplicated Firewall), allow the following ports:
sudo ufw allow 15015/tcp
sudo ufw allow 15045/tcp
sudo ufw allow 15815/tcp
sudo ufw allow 15845/tcpNote: Actual ports may differ if conflict resolution occurred. Check Dermi Atlas Manager for the specific ports in use.
Ensure the file has execute permissions (chmod +x). If you receive FUSE errors, install FUSE:
sudo apt-get install fuse libfuse2For more help, see Troubleshooting Dermi Atlas Manager Installation Issues.