Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. ```diff
  2. - Errors AUTO Installing Load Balancers?
  3. ```
  4. As root run on the **LOAD BALANCE SERVER**: apt-get install wget libxslt1-dev libcurl3 libgeoip-dev python -y
  5. Now delete (X) the stuck on installing server on the Admin UI and try again.
  6.  
  7. ```diff
  8. - Fix 500 Errors on XC v2
  9. ```
  10. As root run: apt-get install e2fsprogs -y && chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb ; wget https://archive.org/download/geolite2_201910/GeoLite2.mmdb -O /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chown xtreamcodes.xtreamcodes /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && chattr +i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb && clear && echo "If you see this message, 500 errors are probably fixed"
  11.  
  12. ```diff
  13. - How to find out what Network Interface to use on your Admin UI
  14. ```
  15. As root run: route -n | awk '$1 == "0.0.0.0" {print $8}'
  16. After that, on your Admin UI, go to: Servers > Manage Servers > Edit > Advanced
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement