More
    HomeWeb DevelopmentPHPMonitor and Manage Your Memcached Server with PHPMemcachedAdmin

    Monitor and Manage Your Memcached Server with PHPMemcachedAdmin

    PHPMemcachedAdmin is a web-based interface for monitoring and managing Memcached-server with wide functionality. Allows you to see real-time event statistics, server statistics (network, elements, version) and its configuration.

     

    How to Install PHPMemcachedAdmin?

    Installing phpMemcachedAdmin consists of simply transferring files to the server. To do this, it is better to use a separate directory in the root of your site or a subdomain.

    1. First, we need to download the PHPMemcachedAdmin into the domain folder, to do so head over to the download page and download the latest version.

    Download PHPMemcachedAdmin

    2. Now upload the downloaded zip file into your domain directory on your server and extract the zip file, you can do this using any File Manager, FTP or you can also use the SSH.

    3. Rename the folder as per your choice, in my case I have renamed it to phpmemcacheadmin.

    That’s it, you can access the PHPMemcachedAdmin panel by visiting www.yourdomain.com/phpmemcachedadmin/ in your browser. 

     

    Setting a Password for the Folder

    To restrict access to unauthorized persons, set a password for the script folder. If you have Apache, then go to the directory with the installed script and create a file. htaccesswith the following contents:

     

    
    AuthType Basic
    AuthName "Private Area"
    AuthUserFile .htpasswd 
    Require user admin
    
    

     

    Instead of the word admin, insert your preferred login. Now create a file .htpasswd with arbitrary text, which will be the password. Change the rights of both files to 400.

    That’s it, the next time you will access the PHPMemcachedAdmin panel it will ask for Id and Password.

     

    Panel Screenshots:

    Note: Click to Enlarge

     

    Editor's Pick

    spot_img
    Subscribe
    Notify of
    guest

    0 Comments
    Inline Feedbacks
    View all comments