DirectAdmin offers a web terminal for accounts with shell access, letting you run commands without a separate SSH client.
Open the terminal
- Go to System Info & Files → Terminal (or SSH Access).
- If prompted, confirm you understand shell access responsibilities.
- A command prompt opens in your browser session.
Common commands
ls -la— list files with detailscd domains/example.com/public_html— change directoryphp artisan migrate— run framework commandscomposer install— install PHP dependencies
Terminal access is available on plans that include SSH. Use caution — incorrect commands can delete data. For external access, connect with an SSH client using the same credentials and SSH keys.