How do I access my Mshini customer control panel?

If you’re wanting to manage your WordPress site using Mshini’s site tools, spin up another Free Dev Site, access your billing details, etc. you’re able to do all of these things via your Mshini customer control panel. Select Site Tools from the...

How to migrate a Free Dev Site to a Single Site Hosting account

So you’ve finished building your dev site and you might be wondering “How do I migrate this?”. Luckily for you, we’ve entirely automated the migration process between dev site -> staging site -> production site so you’ll be able to make the new site live in only...

How to add your SSH public key to the Mshini control panel

How to add your SSH public key to the Mshini Control Panel: Select My Account on the top right of the Mshini webpage.Select Manage Sites from the menu on the left.To the right of the site you would like to add an SSH Public Key to, select Manage SSH Keys.In the...

How to get your SSH key pairs on Linux

How to get your SSH key pairs on Linux: Open your chosen Terminal applicationOnce Terminal is open, type the following command: ssh-keygen -t rsaWhen you execute this command, the ssh-keygen utility will ask you where it should store the generated key.Type...

How to get your SSH key pairs on Mac

How to get your SSH key pairs on Mac: Open Terminal application by going to Finder → Go → Utilities → TerminalOnce Terminal is open, type the following command: ssh-keygen -t rsaWhen you execute this command, the ssh-keygen utility will ask you where it...