VIKHOST Tech Blog
Useful Technical Articles, Notes and Instructions.
Linux scp Command: Syntax, Examples, and Common Use Cases
Linux scp command: Syntax, Examples, Common Use Cases
The scp command is a widely used Linux utility for securely transferring files between local and remote systems. Whether you need to upload files to a VPS, download files from a server, or copy configuration files securely, scp provides a fast and reliable way to move data over an encrypted SSH connection.
Included with OpenSSH on most Linux distributions, scp is …
The scp command is a widely used Linux utility for securely transferring files between local and remote systems. Whether you need to upload files to a VPS, download files from a server, or copy configuration files securely, scp provides a fast and reliable way to move data over an encrypted SSH connection.
Included with OpenSSH on most Linux distributions, scp is …
How to Check Disk Usage in Linux
How to Check Disk Usage in Linux
Running out of disk space is one of the most common issues Linux administrators encounter. A full filesystem can prevent applications from writing logs, interrupt backups, cause databases to fail, or even stop services from starting correctly. In many cases, the problem develops gradually and goes unnoticed until the server begins reporting errors.
Before deleting files or expanding storage, it’s important to understand …
Running out of disk space is one of the most common issues Linux administrators encounter. A full filesystem can prevent applications from writing logs, interrupt backups, cause databases to fail, or even stop services from starting correctly. In many cases, the problem develops gradually and goes unnoticed until the server begins reporting errors.
Before deleting files or expanding storage, it’s important to understand …
Upgrade Ubuntu 24.04 to 26.04: Step-by-Step Server Guide
Upgrade Ubuntu 24.04 to 26.04: Step-by-Step Server Guide
Ubuntu 26.04 LTS brings updated kernel support, newer software versions, security enhancements, and long-term support through 2031. For many VPS owners and Linux administrators, upgrading from Ubuntu 24.04 to the latest LTS release is a natural step toward maintaining a secure and supported infrastructure.
For administrators planning an Ubuntu LTS upgrade, proper preparation is often more important than the upgrade itself. Compatibility …
Ubuntu 26.04 LTS brings updated kernel support, newer software versions, security enhancements, and long-term support through 2031. For many VPS owners and Linux administrators, upgrading from Ubuntu 24.04 to the latest LTS release is a natural step toward maintaining a secure and supported infrastructure.
For administrators planning an Ubuntu LTS upgrade, proper preparation is often more important than the upgrade itself. Compatibility …
Nginx Upstream Timed Out: Causes, Diagnostics, and Fixes
Nginx Upstream Timed Out: Causes, Diagnostics, Fixes
One of the most common timeout-related messages in Nginx looks like this:
upstream timed out (110: Connection timed out) while reading response header from upstream
At first glance, the error appears to point directly to Nginx. In many cases, however, Nginx is only reporting that a backend service failed to respond within the configured time limit.
The problem frequently appears in environments where …
One of the most common timeout-related messages in Nginx looks like this:
upstream timed out (110: Connection timed out) while reading response header from upstream
At first glance, the error appears to point directly to Nginx. In many cases, however, Nginx is only reporting that a backend service failed to respond within the configured time limit.
The problem frequently appears in environments where …
504 Gateway Timeout: Causes, Diagnostics, and Fixes
504 Gateway Timeout: Causes, Diagnostics, and Fixes
A 504 Gateway Timeout error, often referred to as an HTTP 504 error, occurs when a gateway, reverse proxy, or load balancer waits too long for a response from an upstream server. Instead of returning the requested content, the intermediary server stops waiting and sends a timeout response back to the client.
The error is commonly seen in Nginx deployments, Cloudflare-protected websites, Docker …
A 504 Gateway Timeout error, often referred to as an HTTP 504 error, occurs when a gateway, reverse proxy, or load balancer waits too long for a response from an upstream server. Instead of returning the requested content, the intermediary server stops waiting and sends a timeout response back to the client.
The error is commonly seen in Nginx deployments, Cloudflare-protected websites, Docker …
502 Bad Gateway Error: Causes, Diagnostics, and Fixes
502 Bad Gateway Error: Causes, Diagnostics, and Fixes
A website may still look online while returning a 502 Bad Gateway response. Nginx responds. Cloudflare responds. The browser reaches the server without a problem. But somewhere behind the proxy layer, the actual backend application stops responding correctly.
This is why 502 errors are often confusing during troubleshooting. The web server itself may still be running normally while PHP-FPM, Gunicorn, Node.js, Docker …
A website may still look online while returning a 502 Bad Gateway response. Nginx responds. Cloudflare responds. The browser reaches the server without a problem. But somewhere behind the proxy layer, the actual backend application stops responding correctly.
This is why 502 errors are often confusing during troubleshooting. The web server itself may still be running normally while PHP-FPM, Gunicorn, Node.js, Docker …
HTTP 503 Service Unavailable: Causes, Diagnostics, and Fixes
HTTP 503 Service Unavailable: Causes, Diagnostics, Fixes
Few server-side errors are as frustrating as HTTP 503 Service Unavailable. Unlike a broken page or invalid URL, a 503 response usually means the server itself is temporarily unable to process requests. In many cases, the issue appears suddenly during traffic spikes, backend failures, maintenance operations, or infrastructure instability.
The error is common across many environments, including WordPress websites, Nginx reverse proxies, Docker …
Few server-side errors are as frustrating as HTTP 503 Service Unavailable. Unlike a broken page or invalid URL, a 503 response usually means the server itself is temporarily unable to process requests. In many cases, the issue appears suddenly during traffic spikes, backend failures, maintenance operations, or infrastructure instability.
The error is common across many environments, including WordPress websites, Nginx reverse proxies, Docker …
How to Connect to the Hypixel Minecraft Server (IP Address & Common Issues)
How to Connect to the Hypixel Minecraft Server (IP Address & Common Issues)
Hypixel is one of the most popular Minecraft multiplayer servers, known for game modes like Bed Wars, SkyBlock, Murder Mystery, and large-scale seasonal events. Millions of players connect to the network every month, which also means connection issues, high ping, DNS problems, and routing instability are fairly common during peak hours.
To join the server, players usually …
Hypixel is one of the most popular Minecraft multiplayer servers, known for game modes like Bed Wars, SkyBlock, Murder Mystery, and large-scale seasonal events. Millions of players connect to the network every month, which also means connection issues, high ping, DNS problems, and routing instability are fairly common during peak hours.
To join the server, players usually …
Ubuntu Server 26.04 Released: What’s New for VPS and Production Infrastructure
Ubuntu Server 26.04 Released: What’s New for VPS and Production Infrastructure
Ubuntu Server 26.04 LTS is out, and for administrators this is not just another line in the release calendar. A new LTS version usually becomes the base image for thousands of servers, VPS templates, cloud instances, internal tools, and production workloads for years ahead.
The release looks important for hosting environments because it touches the parts that actually matter …
Ubuntu Server 26.04 LTS is out, and for administrators this is not just another line in the release calendar. A new LTS version usually becomes the base image for thousands of servers, VPS templates, cloud instances, internal tools, and production workloads for years ahead.
The release looks important for hosting environments because it touches the parts that actually matter …
RDP Authentication Error Has Occurred on Windows VPS
RDP Authentication Error Has Occurred on Windows VPS
The message “An authentication error has occurred” appears immediately after the connection attempt begins, before credentials are validated and before a desktop session is created.
In the RDP connection flow, TCP establishes the transport channel first. Once that succeeds, the client and server move to security negotiation, where encryption protocol, CredSSP handshake, and Network Level Authentication are agreed upon. If this negotiation …
The message “An authentication error has occurred” appears immediately after the connection attempt begins, before credentials are validated and before a desktop session is created.
In the RDP connection flow, TCP establishes the transport channel first. Once that succeeds, the client and server move to security negotiation, where encryption protocol, CredSSP handshake, and Network Level Authentication are agreed upon. If this negotiation …