All posts by Efe K
Installing WordPress on Scout
Overview With Scout, you can install WordPress quickly and easily, without needing to manually configure files or databases. This guide walks you through the process of setting up a new WordPress site using the Scout Control Panel. Instructions Log in to Scout Sign in to your account Open the Scout…
Providing File Access (SFTP) to Developers on Scout Control Panel
When a developer needs access to the files for a specific website hosted on Scout Control Panel, you can grant secure SFTP access directly through the Scout Control Panel. This process is quick, does not affect the live website, and ensures the developer receives only the credentials they need. 1.…
Installing a new PHP version on Scout Control Panel
Scout allows you to manage the PHP version used by your websites. This is useful when upgrading to newer versions for performance and security, or when specific applications require a particular PHP release. The process is straightforward and can be completed directly from the Scout Control Panel. Steps to Install…
Site Modes in Scout – Live, Development and Debugging
The Scout provides three distinct Site Modes – Live, Development, and Debugging to help you manage your website effectively depending on its lifecycle stage. Each mode adjusts caching, search engine visibility, and diagnostic tools to suit your needs. Live Mode Purpose: Default mode for production websites. Features: Enables all caching…
Change PHP memory limit and other settings on Scout
The Scout Control Panel allows you to manage PHP settings for your hosted websites. Adjusting these settings can help optimize performance, handle larger scripts, and customize your environment to suit application requirements. This article explains how to change the PHP memory limit and other PHP-related configurations. Prerequisites Access to your…
Cloning a Website Using Softaculous
Softaculous provides a Clone feature that allows you to duplicate an existing website installation. This is especially useful for: Creating a staging environment to test updates or new features. Moving a site from one folder or domain to another. Safely experimenting without affecting your live site. Cloning ensures the original…
Installing WordPress using Softaculous
Softaculous is a popular auto‑installer integrated into hosting control panels such as cPanel, DirectAdmin, and Plesk. It allows you to install WordPress quickly without needing to manually upload files or configure databases. This guide explains the step‑by‑step process to install WordPress using Softaculous in cPanel. How to Install WordPress: 1.…
SSH (Secure Shell) keys provide a secure way to access your server’s terminal without using passwords. Instead of typing a password each time, you authenticate with a cryptographic key pair. This improves security and convenience, especially for developers and administrators managing hosting environments. This guide explains: What SSH keys are…