Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Xtream-UI Panel Automatic Start

iptvci

Extended Member
Ext. Member
Joined
Oct 30, 2019
Messages
31
Reaction score
458
Points
61
Location
Deutschland
Follow these steps.


1.
Open the Crontab file.

PHP:
nano /etc/crontab


2. Then enter this code into it, save it. (CTRL + X)

PHP:
@reboot root /home/xtreamcodes/iptv_xtream_codes/start_services.sh


3. Then restart the server. The Panel will run automatically.

---

OR

---

1. Enter this command.

PHP:
nano /etc/rc.local


2. Then enter into this script code, save it. (CTRL + X)

PHP:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/home/xtreamcodes/iptv_xtream_codes/start_services.sh

exit 0


3. Enter this command to grant the required permissions.

PHP:
chmod +x /etc/rc.local


4. Then restart the server. The Panel will run automatically.
 

urgodfather

Banned
Banned
Ext. Member
Joined
Sep 22, 2019
Messages
2,098
Reaction score
5,938
Points
124
Location
neither here, nor there
Very nice post. It’s clean, detailed, and organized. Cheers for that.

My advice to most users: You definitely do NOT want to do it this way. If for any reason your install gets botched, your system WILL NOT BOOT.
Two common causes to systems not booting are
  • rc.local
  • fstab
Theses files are convenient for advanced configurations, but are not for the faint of heart. The beauty of linux is there is more than one way to achieve things. Crontab is a much safer alternative.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

maximaxi

Extended Member
Ext. Member
Joined
Sep 28, 2019
Messages
61
Reaction score
200
Points
44
Location
paris
Here again in detail.


nano /etc/crontab

----------------------------------------------------------------------------------------------------------------------------------------------------
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
@reboot root /home/xtreamcodes/iptv_xtream_codes/start_services.sh <----------------paste here above the #
#

---------------------------------------------------------------------------------------------------------------------------------------------------------

Then enter this code into it, save it. (CTRL + X)

Thanks again @iptvci
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock