How to Use SSH Access on Shared Hosting Print


SSH (Secure Shell) provides encrypted command-line access to your hosting account — ideal for advanced operations.

Enable SSH in Aviumshost:

  1. Login to your Aviumshost Client Area.
  2. Navigate to Services > Your Hosting Package.
  3. Click Request SSH Access or open a support ticket if not available by default.

How to Connect:

ssh yourusername@yourdomain.com -p 22

You can now manage files, use Git, Composer, WP-CLI, and more via your terminal.


Was this answer helpful?

Related Articles

Managing Cron Jobs in cPanel Cron Jobs allow you to automate repetitive tasks like running scripts at set intervals. Steps to... Custom .htaccess Rules for Advanced Configuration The .htaccess file allows you to control many Apache settings for your site. Common Uses:... Using Git Version Control in cPanel Track changes and deploy code efficiently using Git from your Aviumshost cPanel. Create a Git... PHP Configuration Overrides (php.ini & .user.ini) You can customize PHP settings like memory limit or max upload size without needing root access.... How to Enable Two-Factor Authentication for cPanel Two-Factor Authentication adds an extra layer of security to your hosting account, preventing...
« Back