• Free Checkup
  • Emergency Support
  • Login
  • Sign Up
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Server Management Tips
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Copyright 2021 - All Right Reserved
Miscellaneous

HOW TO RETRIEVE FTP USERNAME AND PASSWORD IN PLAINTEXT FROM PSA DB

by SupportPRO Admin February 2, 2011
written by SupportPRO Admin

We can easily retrieve all the FTP usernames and password under a domain in plain text, by following the below steps. 1. Enter the MySQL Prompt. # mysql -u admin -p`cat /etc/psa/.psa.shadow` 2. use psa; 3. mysql> select US.* FROM sys_users US, hosting HS, domains DM -> WHERE US.id = HS.sys_user_id AND HS.dom_id = DM.id AND DM.name =’domain.com’; The below given is a sample output of that command. +—–+———-+———-+———————————–+————+——-+ | id | login | passwd | home | shell | quota | +—–+———-+———-+———————————–+————+——-+ | 110 | ftpuser | password | /home/httpd/vhosts/domain.com | /bin/false | 0 | +—–+———-+———-+———————————–+————+——-+ If you require help, contact SupportPRO Server Admin

Continue Reading
February 2, 2011 0 comments
0 FacebookTwitterPinterestEmail
Rename Multiple Files Using the Linux Rename Command
Miscellaneous

How to Rename Multiple Files Using the Linux Rename Command

by SupportPRO Admin February 2, 2011
written by SupportPRO Admin

The rename command is a Perl-based utility on Linux used to quickly rename one or more files using pattern matching. It is especially useful when you need to modify filenames in bulk. General Syntax Options Explained Example Command The -n option performs a dry run and displays how files will be renamed without actually modifying them. If the output looks correct, run the final command: This command renames all files ending with .htm to .html. Command Breakdown Using the rename command simplifies bulk file management and reduces manual work in Linux environments. If you require help, contact SupportPRO Server Admin

Continue Reading
February 2, 2011 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to Reset MySQL Root Password on Windows Server

by SupportPRO Admin January 31, 2011
written by SupportPRO Admin

Losing or forgetting the MySQL administrator (root) password on a Windows server can disrupt database access and application functionality. This guide explains how to safely reset the MySQL admin password on a Windows Server using the built-in initialization file method. This method is commonly used by system administrators, hosting providers, and IT support teams managing Windows-based MySQL installations. When Do You Need to Reset the MySQL Admin Password? You may need to reset the MySQL root password if: Ensuring secure database access is a core part of overall server security. You may also find these website security best practices useful: Steps to Reset MySQL Admin Password in Windows Server Step 1: Stop the MySQL Service Log in to the Windows …

Continue Reading
January 31, 2011 0 comments
0 FacebookTwitterPinterestEmail
Apache Address Already in Use Error Fix
Miscellaneous

How to Fix the “Address Already in Use: make_sock: could not bind to address [::]:443” Error

by SupportPRO Admin January 31, 2011
written by SupportPRO Admin

Introduction Apache is one of the most popular web servers, but administrators sometimes face startup failures that stop websites from being accessible. One common error is: (98) Address already in use: make_sock: could not bind to address [::]:443 (98) Address already in use: make_sock: could not bind to address 0.0.0.0:443 This error means that Apache cannot bind to port 443 because another process is already using it, or a previously terminated Apache process has not released the port. In some cases, large Apache log files or lingering semaphores can also stop Apache from starting correctly. This article discusses the causes of the error and the steps needed to restore normal Apache operation. Common Apache Socket Binding Errors (98)Address already in …

Continue Reading
January 31, 2011 0 comments
0 FacebookTwitterPinterestEmail
webmail plesk
Miscellaneous

How to Fix Plesk Webmail Showing Default Page

by SupportPRO Admin January 31, 2011
written by SupportPRO Admin

Webmail is a way to access your email directly through a web browser like Chrome or Edge, without needing software such as Outlook or Thunderbird. It lets you send, receive, and manage emails from anywhere using an internet connection. Plesk is a web hosting control panel that helps you manage websites, domains, emails, and servers from a simple dashboard. Within Plesk, webmail is one of the features that allows users to easily access their email accounts online using built-in tools like Horde or Roundcube, making email management convenient and centralized. Sometimes, when accessing your webmail, you may see the Plesk Default Page instead of the actual webmail interface. This issue commonly occurs after a webmail upgrade or configuration change Follow …

Continue Reading
January 31, 2011 0 comments
0 FacebookTwitterPinterestEmail
MiscellaneousServer Tweaking

Disk usage 100% ? Retain latest entries of a file and delete the rest of the contents

by SupportPRO Admin January 31, 2011
written by SupportPRO Admin

Have issues with 100% diskspace in your Linux dedicated server. An easy and quick way is to clear the log files and thereby you can acquire quite a large amount of usable diskspace. Check the following: 1. Check the total disk usage: [root@testserver /]# df -h 2. Check the size of a each folder: [root@testserver /]# du -sch * or du -sch /foldername command

Continue Reading
January 31, 2011 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to do Rsync with a non-standard ssh port ?

by SupportPRO Admin January 31, 2011
written by SupportPRO Admin

Rsync is a powerful and widely used tool for copying and synchronizing files between servers. It is commonly used by system administrators because it is fast, secure, and reliable. By default, rsync connects to remote servers using SSH on port 22. However, many servers are configured to use a non-standard SSH port for better security. In such cases, rsync can still be used without any issues by specifying the custom SSH port in the command. Why Use a Non-Standard SSH Port Many administrators change the default SSH port to reduce unauthorized access and automated attacks. When a server uses a custom port, tools that rely on SSH must be told which port to use. Rsync supports this easily through command-line …

Continue Reading
January 31, 2011 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to View Mailbox Login Details for a Domain in Plesk (Linux) ?

by SupportPRO Admin January 31, 2011
written by SupportPRO Admin

In a Plesk-managed Linux server, administrators may sometimes need to retrieve mailbox details for a specific domain. This can be useful for auditing, troubleshooting, or managing email accounts. Plesk stores mail account information in its internal MySQL database, which can be accessed securely from the server. Step 1: Retrieve Plesk Admin Password The Plesk admin password is stored in an encrypted file. You can access it using: Copy the password, as it will be required to log in to MySQL. Step 2: Log in to MySQL Use the admin credentials to access the MySQL database: Enter the password obtained in the previous step when prompted. Step 3: Select the Plesk Database Once logged in, switch to the Plesk database: Step …

Continue Reading
January 31, 2011 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

Add Name servers from Backend

by SupportPRO Admin January 31, 2011
written by SupportPRO Admin

In case we are not able to add name servers from WHM, we can add it from shell by using root login information. Login in to server as root user and run following commands. root@server[~]#/scripts/adddns domain ns1.your_domain.com ip=111.222.222.1 root@server[~]#/scripts/adddns domain ns2.your_domain.com ip=111.222.222.2 Replace your_domain.com  in above command with your domain name and  use the respective ips which you want to use for your nameservers. root@server[~]#service named restart or root@server[~]#/etc/init.d/named restart If you require help, contact SupportPRO Server Admin

Continue Reading
January 31, 2011 0 comments
0 FacebookTwitterPinterestEmail
Linux Server Monitoring and Security
Linux

Linux Server Monitoring and Security

by SupportPRO Admin January 25, 2011
written by SupportPRO Admin

Introduction Linux is one of the most reliable web server operating systems, with an almost perfect monitoring system that ensures your servers run smoothly around the clock with minimal risk of a crash. The Linux server monitoring system is one of the best-known tools for ensuring optimal server performance. No wonder, then, that brands such as the LAMP server are the most recognised and preferred by most large web hosting companies. Web hosting servers need to be up all the time. And since they contain massive amounts of data accessed and used by all clients, security and optimal performance become crucial factors. Monitoring servers 24×7 for the proper operation of scripts and tools, including HTTP, SSL, SMTP, POP, IMAP, SSH, …

Continue Reading
January 25, 2011 0 comments
0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Services

  • Outsourced hosting support
  • Server administration
  • Web Programming
  • How Unchecked Log Growth Brings Production Servers to Their Knees
    When Logs Attack: How Unchecked Log Growth Brings Production Servers to Their Knees
    A Slowdown With No Obvious Cause A server doesn’t need a CPU spike or a memory leak to grind to a halt. Sometimes, the real problem is something much simpler:…
  • How to Reduce Website Response Time
    How to Reduce Website Response Time
    Nobody sticks around for a slow website. If your pages take too long to load, visitors leave, and in many cases, they’re gone before the content even finishes rendering. We…
  • Virtual Machine
    Step-by-step Guide to Expanding a Xen Virtual Machine.
    XenServer is a virtualization platform that provides performance for virtualized server and client operating systems, delivering near-bare metal server performance. On a single host computer, the Xen hypervisor safely runs…

Categories

  • ansible
  • Artificial Intelligence
  • AWS
  • AWS managed service provider
  • AWS Support
  • aws support services
  • Build Automation
  • Business
  • Case Study
  • Cloud
  • Cloud Managed Service
  • Cloud Support Services
  • Cloudflare
  • Compiling tools
  • cPanel
  • Database
  • dedicated server support
  • Dedicated servers
  • Dedicated tech support
  • DevOps
  • Disaster Recovery
  • Docker
  • GCP
  • General Topics
  • JetBackup
  • Linux
  • Linux Basics
  • live chat
  • live chat support
  • Miscellaneous
  • MySQL
  • Open source
  • OpenClaw
  • Outsourced tech support
  • Recovery & Backup
  • Remote infrastructure Management
  • RunCloud
  • Security
  • Server
  • server checkup
  • server management
  • server Migration
  • Server Monitoring
  • Server Security
  • server support
  • Server Tweaking
  • Technical Articles
  • Troubleshooting
  • VPS
  • web hosting
  • web hosting support
  • Windows Server
  • WordPress

CONTACT US

Sales and Support

Phone: 1-(847) 607-6123
Fax: 1-(847)-620-0626
Sales: sales@supportpro.com
Support: clients@supportpro.com
Skype ID: sales_supportpro

Postal Address

1020 Milwaukee Ave, #245,
Deerfield, IL-60015
USA

  • Industry Solutions
    • Web Hosting Services
    • Service Providers
    • E-Commerce Companies
    • Software Vendors
    • Web Developers
    • ISPs
    • Services
  • About Us
    • Company
    • Technical Blog
    • Careers
    • FAQ
    • Partners
    • Site Map
    • Affiliates
  • Popular Plans
    • Dedicated Team Support
    • Helpdesk Support
    • Hourly Administration
    • Legal
    • Privacy Statement
    • Terms of Use
    • How we work

©2022  SupportPRO.com. All Rights Reserved

X-twitter Facebook Linkedin Rss
Server Management Tips
  • Home