Don't miss the opportunity to save 30% on your first month with promo code: viasky30

Install Xtream on Ubuntu

In this tutorial, I will show you how to install Xtream- UI to server.

(Ubuntu 18.04 recommended)

 

1.Install Xtream- UI to server as Main Server

Step 1: Log into your Ubuntu 18.04 server via SSH by using the following ssh command:

Log into your Ubuntu 18.04 server via SSH by using the following ssh command:

ssh username@public_ip_address

Then go to the webroot directory.

Step 2: Update server
To update it, simply execute the following command.

First, Use the below command to switch root user.

sudo -i

Then execute this command

apt-get update ; apt-get install libxslt1-dev libcurl3 libgeoip-dev python -y

It will take a few minutes to get  it done

Step 3: Configuring Xtream-UI

For fresh installations, you will want to run the included script

Execute below command:
wget wget https://lofertech.com/xui/install.py ; sudo python install.py

After that, if you want a whole NEW installation, type MAIN

Installation Type (main, LB, ADMIN): MAIN

 

It is downloading around 200MB and will take a while to configure MySQL

Then, Set up ask for MySQL root user password
Enter a powerful password, save this password and don’t share with anyone else

Enter MySQL root password:

Next, create your database

Drop existing & create database? Y/N
Y
Setup asks root user password from us, use the powerful password. Please save this password and don’t share it with anyone else.
It also created user_iptvpro user and its password for xtream_iptvpro database.
This is your panel database password, you will need this later, save it and do not share.
And we are done on the MAIN part.

Let’s install the Admin part

2. Install Xtream UI admin

Step 1:
Execute this command
sudo python install.py

Step 2: Install the Admin part to your server

Installation Type (main, LB, ADMIN): Admin
Install admin panel?
Y

Installation is complete and finished. It generates a link to log in to Xtream UI. You should see output similar to this:

 Restarting Xtream Codes │
└──────────────────────────────────────────┘

┌──────────────────────────────────────────┐
│ Admin UI: http://MAIN-IP:25500 │
└──────────────────────────────────────────┘

The default user/pass is admin/admin

You can log in on Xtream UI and see what you have.

  • 76 Users Found This Useful
  • Xtream, Xtream panel, Xtream admin, Xtream UI, Xtream Ubuntu
Was this answer helpful?

Related Articles

 Change SSH Port in Linux

SSH or Secure Shell daemon is a network protocol that is used to perform remotely secured log ins...

 Reset Your Forgotten Root Password On CentOS 7 Servers

Sometimes you forget stuff. I do. I forget important passwords for important websites sometimes....

 Install Htop 2.0 – Linux Process Monitoring

This article is the continuation of our Linux system monitoring series, today we’re talking about...

 Upgrade Ubuntu 16.04 to 18.04 LTS

If you are still using Ubuntu version 16.04, you may want to consider updating to the latest Long...

 Disk Speed Test (Read/Write): HDD, SSD Performance in Linux

From this article you’ll learn how to measure an input/output performance of a file system on...