Hostxpeed
Login Get Started →
Help Center

How can we help you?

Search our knowledge base or browse by category below.

Server Management
Manage your VPS, OS reinstalls, and configurations.

Hostxpeed Server Management Best Practices

Essential guidelines for keeping your Hostxpeed VPS secure, fast, and reliable.

How to Ban Failed Login Attempts (Fail2ban)

Install and configure Fail2ban to automatically block IPs with repeated failed SSH login attempts.

How to Change VPS Plan (Upgrade/Downgrade)

Learn how to upgrade or downgrade your Hostxpeed VPS resources.

How to Schedule Automatic Backups

Learn how to set up automated backup jobs using cron and rsync on your VPS.

How to Monitor Server with Zabbix (Alternative)

Summary of Zabbix agent setup.

How to Monitor Server with Prometheus (Alternative)

Alternative method to set up Prometheus for metrics collection.

How to Set Up Server Health Monitoring

Monitor key health metrics and get alerts for CPU, memory, disk, and services.

How to Clear Mail Queue

Delete or flush stuck emails from the Postfix mail queue.

How to Set Up Mail Queue Monitoring

Keep track of your Postfix mail queue and get alerts when it grows too large.

How to Test Email Deliverability

Check if your emails are reaching inboxes and passing authentication.

How to Set Up DMARC

Implement DMARC policy to instruct receiving mail servers how to handle unauthenticated emails.

How to Set Up SPF

Configure Sender Policy Framework (SPF) to prevent email spoofing.

How to Set Up DKIM

Configure DomainKeys Identified Mail (DKIM) to improve email deliverability.

How to Block Spam on Server

Implement spam protection on your VPS using various techniques.

How to Set Up Email on Server (Postfix)

Install and configure Postfix as a send-only mail server for system notifications.

How to Export Logs to CSV

Convert log files to CSV format for analysis in spreadsheets.

How to Search Logs by Date

Extract log entries from a specific date or time range.

How to Monitor Logs in Real Time

Watch log files live as they are written using tail, less, and multitail.

How to Delete Logs Older Than 30 Days

Automatically delete aged log files to reclaim disk space.

How to Compress Old Logs Automatically

Automatically compress rotated logs to save disk space.

How to Rotate Logs Daily

Configure logrotate to rotate logs every day instead of weekly.

How to Send Logs to Remote Server

Forward specific logs to a remote logging server for archiving and analysis.

How to Set Up Centralized Logging

Collect logs from multiple servers to a central location using rsyslog.

How to Monitor Server with Zabbix

Install Zabbix agent to send metrics to a Zabbix server.

How to Monitor System Health with Nagios

Set up Nagios core for comprehensive server monitoring.

How to Load Balance with HAProxy

Install and configure HAProxy to distribute traffic across multiple VPS backends.

How to Set Up High Availability

Configure redundant services to ensure uptime even if one VPS fails (advanced).

How to Restore from Snapshot

Restore your VPS from a previously taken snapshot via Hostxpeed portal.

How to Set Up Server Snapshot Policy

Create automated snapshot schedules for your VPS (if supported by Hostxpeed).

How to Set Up Automatic OS Upgrades

Configure automatic OS upgrades for non-critical servers.

How to Rollback an Upgrade

Revert a problematic system upgrade using snapshots or package downgrades.

How to Test Upgrade Before Applying

Simulate system upgrades to identify potential issues before live deployment.

How to Check CPU Temperature

Monitor CPU temperature on your VPS (physical servers only).

How to Set Up Automatic Kernel Updates

Automatically install kernel security updates to keep your VPS protected.

How to Check for Vulnerable Packages

Identify outdated packages with known security vulnerabilities using package scanners.

How to Check for Rootkits

Scan your VPS for rootkits, backdoors, and malware using rkhunter and chkrootkit.

How to Check Disk Health (SMART)

Monitor your disk health using SMART data to prevent data loss.

How to Benchmark Server Performance

Run comprehensive benchmarks to evaluate CPU, memory, disk, and network performance.

How to Test Network Speed

Measure your VPS network bandwidth using iperf3 and speedtest-cli.

How to Test Disk Speed

Measure read/write performance of your VPS disk using dd, hdparm, and fio.

How to Enable IOMMU

Enable IOMMU for PCI passthrough and hardware virtualization (advanced).

How to Check Hardware Errors

Detect hardware issues on your VPS using system logs and diagnostic tools.

How to Set Up CPU Governor

Configure CPU frequency scaling governor for performance or power saving.

How to Tune Swappiness

Adjust swappiness to control how often your VPS uses swap memory.

How to Enable HugePages

Enable HugePages to improve performance for databases and memory-intensive applications.

How to Set Up Samba Share

Create a Samba share to allow Windows and Linux clients to access files.

How to Set Up NFS Share

Configure NFS (Network File System) to share directories between servers.

How to Mount S3 Bucket

Mount an AWS S3 bucket or compatible object storage as a filesystem on your VPS.

How to Mount Google Drive on VPS

Mount Google Drive as a filesystem on your VPS using google-drive-ocamlfuse or rclone.

How to Mount External Storage

Mount external storage like NFS, SMB, or block storage on your VPS.

How to Add New Disk to VPS

Attach and mount an additional disk to your Hostxpeed VPS.

How to Extend Disk Partition

Learn how to increase the size of your VPS disk partition after upgrading your plan.

How to Move /var to Separate Partition

Move /var directory to its own partition to prevent log files from filling root disk.

How to Test Server Backup Integrity

Verify that your backups are valid and can be restored.

How to Set Up Database Backup Automatically

Automate MySQL database backups using mysqldump and cron.

How to Set Up Master-Slave Replication

Configure MySQL/MariaDB master-slave replication for data redundancy and read scaling.

How to Automate Cleanup of Old Logs

Set up automated log rotation and deletion to prevent disk space issues.

How to Set Up Weekly Server Report

Create and automate a weekly server health report sent via email.

How to Whitelist IP in Fail2ban

Prevent your own IP address from being banned by Fail2ban.

How to Configure Fail2ban for SSH

Fine-tune Fail2ban to protect your SSH server from brute force attacks.

How to Kick a User from Server

Learn how to forcibly disconnect a logged-in user from your VPS.

How to Monitor All Logged-in Users

Learn how to see who is currently logged into your VPS and what they are doing.

How to Set Up Jailed Shell

Restrict user to a limited environment with rbash or chroot jail.

How to Set Up SFTP Only User

Create a user that can only transfer files via SFTP and has no shell access.

How to Restrict FTP Access to One Directory

Configure FTP users so they cannot navigate outside their assigned directory.

How to Create FTP User

Learn how to create an FTP user for file transfers using vsftpd.

How to Set Up User Quotas

Configure disk quotas to limit storage usage per user on your VPS.

How to Limit User Resources

Learn how to restrict CPU, memory, and process limits for users using cgroups and limits.conf.

How to Set Up Systemd Timers

Learn how to use systemd timers as a modern alternative to cron jobs.

How to Auto-Restart Failed Services

Configure systemd to automatically restart services when they crash.

How to Check Failed Services

Learn how to identify systemd services that have failed or crashed on your VPS.

How to Set Up Grafana Dashboard

Install Grafana and create beautiful dashboards for your VPS metrics.

How to Monitor Server with Prometheus

Install Prometheus and Node Exporter for advanced time-series monitoring.

How to Set Up Server Alerts via Telegram

Learn how to receive real-time server alerts on your Telegram bot for critical events.

How to Install and Use Cockpit

Learn how to install Cockpit web-based server management interface on your VPS.

How to Monitor Server with Netdata

Install and configure Netdata for real-time performance monitoring on your VPS.

How to Set Up Custom MOTD

Learn how to create a custom Message of the Day (MOTD) that appears after SSH login.

How to Sync Time with NTP

Learn how to keep your VPS clock accurate using Network Time Protocol (NTP).

How to Sync Time with NTP

Learn how to keep your VPS clock accurate using Network Time Protocol (NTP).

How to Change Timezone

Learn how to set the correct timezone on your Hostxpeed VPS for accurate logs and cron jobs.

How to Set Up Hostname Correctly

Learn the proper way to set a fully qualified domain name (FQDN) as your VPS hostname.

How to Set Up Reverse DNS (rDNS)

Learn how to configure reverse DNS lookup for your Hostxpeed VPS IP address.

How to Change MAC Address

Learn how to change the MAC address of your VPS network interface.

How to Set Up Static IP

Learn how to configure a static IP address on your VPS (instead of DHCP).

How to Configure Network Bonding

Learn how to set up network bonding (link aggregation) on your VPS (advanced).

How to Set Up IPv6

Learn how to enable and configure IPv6 on your Hostxpeed VPS.

How to Add Additional IP Address

Learn how to add extra IPv4 addresses to your Hostxpeed VPS (if supported).

How to Migrate VPS to Another Provider

Complete guide to migrating your Hostxpeed VPS to another hosting provider.

How to Clone Your VPS

Learn how to clone your VPS configuration to another server for testing or migration.

How to Restore Server from Backup

Step-by-step guide to restoring your VPS from file and database backups.

How to Set Up Daily Server Reboot

Learn how to schedule automatic daily reboots on your Hostxpeed VPS (use with caution).

How to Change Kernel Parameters

Learn how to modify sysctl kernel parameters to optimize server performance.

How to Enable BBR Congestion Control

Learn how to enable BBR (Bottleneck Bandwidth and RTT) to improve network performance on your VPS.

How to Monitor Disk I/O

Learn how to monitor disk read/write activity on your Hostxpeed VPS to identify bottlenecks.

How to Set Up Log Rotation

Learn how to automatically rotate, compress, and archive logs on your VPS.

How to Clean Up Disk Space

Learn how to free up disk space on your Hostxpeed VPS by removing unnecessary files.

How to Optimize MySQL Performance

Learn key settings to improve MySQL/MariaDB performance on your Hostxpeed VPS.

How to Add More Swap Space

Learn how to increase swap space on your Hostxpeed VPS to prevent out-of-memory errors.

How to Monitor RAM Usage

Learn how to check RAM usage on your Hostxpeed VPS and identify memory-hungry processes.

How to Monitor CPU Usage on VPS

Learn how to monitor CPU usage on your Hostxpeed VPS using command line tools.