Skip to main content

Basics

Finding hosted areas​

The development workflow starts on the WHM panel

This is where all the c-panel sites are run and customer accounts are run from.

Managed accounts can be found under Account information > List Accounts on the side bar of the WHM Panel

clicking the Domain would show you a preview of the hosted website

clicking the Cpanel icon get you inside the cpanel where you can configure the site for clients

Development area​

the development area is hosted under dev.mellowms.co.uk

this can be found by searching for dev.mellowms.co.uk on the listed accounts on WHM panel.

SSH access​

To gain ssh access into a specific cpanel account

click into the account and click the SSH Access link listed under the Security accordion

in there you will see a button to manage ssh keys.

once inside you can generate a new key usuing the built in tool or generate a key locally on your pc then allow key access by pasting in the public key through the import SSH key option and giving it a name.

once added you can allow access by going back to manage ssh keys, clicking on the newly created ssh key > Manage > click Authorise

To allow an ssh key to ssh into a site you will need to go to the WHM panel, search for Manage shell access

In manage shell access you can search for the site then enable Jailed shell access for the site to allow cmd access.

Access to development area​

Note

Refer to SSH access

Host mms-dev
HostName dev.mellowms.co.uk
User developer
IdentityFile (Generated ssh private key file location e.g C:/Users/d.anton-neroy/.ssh/developer)
IdentitiesOnly yes