- Registriert
- 5. Juli 2007
- Beiträge
- 25.432
- Lösungen
- 5
- Reaktionspunkte
- 27.199
- Punkte
- 1.103
How do I install?
update your ubuntu first, then install panel- sudo apt-get update && sudo apt-get upgrade -y;
- sudo apt-get install libxslt1-dev libcurl3 libgeoip-dev python -y ;
- rm install.py; wget
Sie müssen registriert sein, um Links zu sehen.
- sudo python install.py
If you want to install load balance on additional servers, add a server to panel in manage servers page, then run script and proceed with LB option.
If you want to update admin panel, select UPDATE, then paste download link of release_xyz.zip file.
tutorials are here;
Sie müssen registriert sein, um Links zu sehen.
Files Hashes
- main_xtreamcodes_reborn.tar
- sha1: "532B63EA0FEA4E6433FC47C3B8E65D8A90D5A4E9"
- sub_xtreamcodes_reborn.tar
- sha1: "5F8A7643A9E7692108E8B40D0297A7A5E4423870"
- release_22f.zip
- sha-1: "95471A7EFEB49D7A1F52BAB683EA2BF849F79983"
note,
i forked this install.py is from
Sie müssen registriert sein, um Links zu sehen.
btw, developer removed admin part from original install.py at begining of this year.
you can compare my install.py with original one.
note2,
edit pytools/balancer.py to use "auto lb installer" from this mirror. auto lb installer added to panel with updatesed -i 's|"
Sie müssen registriert sein, um Links zu sehen.
"|"
Sie müssen registriert sein, um Links zu sehen.
"|g' /home/xtreamcodes/iptv_xtream_codes/pytools/balancer.pynote3,
developer made update releases open to public after r22c release, you can download them from
Sie müssen registriert sein, um Links zu sehen.
.i added an "UPDATE" part to install.py, it will ask link of update zip file.