Magento (Adobe Commerce) is a robust, enterprise-grade e-commerce platform. The Tilaa appliance (based on TurnKey Linux) provides a pre-installed environment so you can skip the complex installation process.
Magento 2 is extremely resource-intensive. Unlike WordPress, it requires significant memory to run Java/Elasticsearch and PHP processes.
We strongly recommend a VPS with at least 4GB RAM (Professional package). Attempting to run Magento on 1GB or 2GB RAM will likely result in crashes and "Out of Memory" errors.
Step 1: Deploying the Server
To get started:
- Go to the Tilaa Configurator.
- Select a package with sufficient RAM (4GB+).
- Under "Choose Image", select the Apps tab.
- Choose Magento.
Step 2: Finding your Login URL
For security reasons, Magento does not use a standard admin URL (like /admin). It generates a unique, secret URL during installation to prevent brute-force attacks.
To find your unique URL:
- In the MyTilaa Dashboard, go to your VPS details.
- Click on Open Video Display.
- The blue console screen will list the "Magento Admin" URL.
Example: https://123.123.123.123/admin_a1b2c3
Step 3: Logging In
Navigate to the unique URL you found in the previous step.
-
Username:
admin - Password: Use the Initial Root Password found in your MyTilaa Dashboard.
After logging in, you can configure your store, add products, and change the domain settings.
Step 4: Server Management
This appliance comes with Webmin pre-installed for easy system management.
-
Webmin URL:
https://<your-ip>:12321 -
SSH Access: You can also manage the server via SSH (user:
root).
Please read our guide on Securing Webmin to ensure your management interface is safe.