Developer Tools
Your hosting account includes the command-line tools developers rely on every day. Connect over SSH, manage code with Git version control, script WordPress with WP-CLI, and install PHP dependencies with Composer — all directly on the server.
SSH Access (Terminal)
Open a shell in the browser Terminal or connect from an external SSH client on port 22.
Git Version Control
Create or clone repositories in cPanel and deploy automatically with a .cpanel.yml file.
Using WP-CLI
Manage WordPress from the command line — update plugins, run search-replace, flush caches, and export databases.
Using Composer
Install and update PHP dependencies over SSH with the correct PHP version and memory limit.