cPanel is the central control panel provided with your XISTO Hosting account. It allows you to manage your website, emails, files, databases, and applications from one place without needing advanced technical skills.
Whether you are a beginner or an advanced user, cPanel gives you full control over your hosting environment.
ACCESS YOUR LOGIN DETAILS
After purchasing a hosting plan from XISTO, your cPanel login details are sent to your registered email address.
This email includes:
• cPanel login URL
• Username
• Password
• Server/IP details
You can use these credentials to directly access your hosting control panel.
LOGIN TO CPANEL
To log in to cPanel:
-
Open the cPanel login URL provided in your email
-
Enter your username and password
-
Click on “Log in”
Once logged in, you will see the full cPanel dashboard with all available tools and features.
You can also log in from the XISTO client area for direct access without manually entering credentials.
WHAT YOU CAN DO IN CPANEL
cPanel provides a complete hosting management system. From here, you can manage every part of your website:
WEBSITE MANAGEMENT
• Upload website files
• Manage file structure using File Manager
• Create subdomains and addon domains
• Configure redirects
EMAIL MANAGEMENT
• Create professional email accounts (e.g. info@yourdomain.com)
• Set up autoresponders
• Configure email forwarding
• Access webmail from anywhere
DATABASE MANAGEMENT
• Create MySQL databases
• Manage database users
• Use phpMyAdmin for database editing
APPLICATIONS
• Install WordPress, Joomla, Drupal, Magento
• Manage applications via Softaculous
• Update or remove installed scripts
SECURITY SETTINGS
• Install SSL certificates
• Enable two-factor authentication (2FA)
• Block suspicious IP addresses
• Manage directory privacy
SECURE FILE TRANSFER (SFTP & SSH ACCESS)
XISTO Hosting provides secure file transfer options using SFTP and SSH access, designed for developers and advanced users.
SFTP ACCESS
SFTP (Secure File Transfer Protocol) allows you to securely upload and download files using tools like FileZilla, WinSCP, or Cyberduck.
Example use cases:
• Upload a full website backup
• Transfer large WordPress installations
• Manage files without using File Manager
• Secure encrypted file transfers
Typical SFTP connection details:
• Host: your domain or server IP
• Port: 22
• Username: your cPanel username
• Password: your hosting password
SSH ACCESS (SHELL ACCESS)
SSH provides command-line access to your hosting server. This is useful for developers who need advanced control.
Example SSH usage:
• Deploy applications directly on server
• Run Git commands for version control
• Install frameworks like Laravel or Node.js apps
• Manage files using terminal commands
• Run database or system-level tasks
Example SSH command:
ssh username@your-server-ip
Once connected, you can perform advanced hosting and development tasks securely.
REAL-WORLD EXAMPLES
EXAMPLE 1: UPLOADING A WORDPRESS SITE VIA SFTP
-
Install FileZilla on your computer
-
Enter your SFTP credentials (host, username, password, port 22)
-
Connect to the server
-
Navigate to
public_htmlfolder -
Upload your WordPress files
-
Open browser and run installation
EXAMPLE 2: USING SSH TO INSTALL A WEBSITE FRAMEWORK
A developer can connect via SSH and install Laravel:
composer create-project laravel/laravel myproject
This allows full control over application deployment without using cPanel interface.
EXAMPLE 3: MANAGING EMAILS IN CPANEL
You can create a professional email like:
• support@yourdomain.com
• sales@yourdomain.com
Then:
• Access it via Webmail
• Set auto-replies for customer support
• Forward emails to Gmail or Outlook
EXAMPLE 4: INSTALLING WORDPRESS IN SECONDS
Using Softaculous inside cPanel:
-
Click WordPress installer
-
Enter site name and admin details
-
Click Install
-
Website is ready instantly
No manual setup required.
QUICK ACCESS VIA CLIENT AREA
You can also access cPanel directly from your XISTO account:
-
Log in to your XISTO client area
-
Select your hosting service
-
Click “Login to cPanel”
This logs you in automatically without entering credentials.
SECURITY BEST PRACTICES
To keep your hosting secure:
• Never share cPanel login details
• Enable two-factor authentication (2FA)
• Use strong passwords
• Regularly update your applications
• Avoid uploading unknown files
SUMMARY
cPanel is the core management system for your XISTO Hosting account. It gives you full control over websites, emails, databases, and applications.
With additional support for SFTP secure file transfers and SSH shell access, XISTO provides both beginner-friendly tools and advanced developer capabilities in one unified hosting environment.