frame

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register

[Ubuntu] How to install LookingGlass into your server

WilliamWilliam Moderator
edited September 2019 in Various Tutorials
Introduction

Looking glass is a publicly available source of testing connection to your VPS. It provides real time information about your server network accessibility.

This tutorial will show you how to set up looking glass into on your own server.

Requirements

In this tutorial we will be using Ubuntu 14.04, however it should be possible for implementation on other versions too!

The installation of Ubuntu 14.04 template can do done easily from your service management page in our client area:

  1. Login to the Client Area;
  2. Select at the top of menu the "My Services > VPS" tab;
  3. Press the "Manage" button at the service table;
  4. Press the "Install OS" button;
  5. Choose Ubuntu 14.04 and proceed with it's installation;
  6. Wait for 5-10 minutes and refresh VPS management page.

After the installation will be completed, you should install LAMP stack. For this we have prepared a LAMP installation guide. Of course, you can use different setup, however before any further actions are taken, your server should have webserver (Apache/Nginx), PHP >= 5.3 and MySQL running on it.

Installation of looking glass

Firstly, recommendation would be to create separate directory for the looking glass installation and move to it:
mkdir /var/www/html/lg
cd /var/www/html/lg


Then, download the looking glass packet to it:

wget https://github.com/telephone/LookingGlass/archive/v1.3.0.tar.gz

Our used packet information and other versions (if updated) can be viewed in this github page.

After the packet is downloaded, it should be extracted:

tar -zxvf v1.3.0.tar.gz --strip-components 1

After the files will be extracted, navigate to LookingGlass page:

cd LookingGlass

On your terminal, run the following command:

bash configure.sh

Follow the information provided for you in the terminal and configure the looking glass to your needs. If you wish to change any settings, run the bask configure.sh again.

During the setup you will be able of setting the general information shown on the page, set limit on how many times the tests can be performed by users, choose theme and so on.

Sign In or Register to comment.

Time4VPS

Learn how to install a web and database server, email, FTP client or other applications. Discover and share information on server security or optimization recommendations.
Feel free to join our constantly expanding community, participate in discussions, strengthen your knowledge on Linux and Windows server management!
© 2013 - 2024 Time4VPS. All rights reserved.

Get In Touch