Magento and Shopware commands
How to run Magento and Shopware CLI commands on Webscale Pro V3 environments.
Use your environment-specific shell helper to run Magento and Shopware commands inside the application container.
1. Open SSH connect and container shell
Login to the Webscale Control Panel :
- Click the three bars in the upper left site navigation > SSH connect
- Find the NFS / web worker instance for your environment and open a terminal session by clicking on the instance link.
On the NFS host
Run the shell helper script:
shell
This opens a shell inside the application container as the appropriate user with the site code mounted.
On the web worker host
Identify container:
docker ps
Using obtained container ID you can review container logs, ssh to container, etc.
docker logs -f <container-id>
docker exec -it <container-id> bash
2. Quick cheat sheet
| Task | Command | Common examples |
|---|---|---|
| Magento CLI | php bin/magento <command> | php bin/magento cache:flushphp bin/magento indexer:reindex |
| Shopware CLI | php bin/console <command> | php bin/console database:migrate --allphp bin/console cache:clear:allphp bin/console cache:warmup |
Related how-to guides
Have questions not answered here?
Contact Support
to get more help.
Last modified on June 3, 2026