It took me some time to know how to install it successfully. Installation steps are a little confusing and a file is missing to run the website, also, the url you gave to us is wrong, the correct one is
http://localhost:25500/Acode01. I tried on ubuntu 20.04 lts and it works to me:
- Unzip install20.py, mv to /root (NOT /) and run sudo su and after that ./install.py and type "MAIN", wait until it finish the process.
- My firsts tries to install this panel failed because I realized reading the prompt that there's a missing file on /home/xtreamcodes IDK how but somehow you HAVE to get an old ioncube version because the newer one "14.0.0" from the repository or main website of ioncube won't work. It will ask you for a specific version. I got one that works but I got it from a XUIONE panel (v. 1.15.12 R2) in /home/xui/bin/php/lib/php/extensions/no-debug-non-zts-20190902/ioncube.so, save this file as "ioncube_loader_lin_7.3.so" and mv it to your server where you ran ./install20.py in /home/xtreamcodes/php/lib/php/extension/no-debug-non-zts-20190902/
- Now, we're ready to run ./install20.py again but this time instead as MAIN we type UPDATE.
- Unzip update52.zip, mv to /root (again, not / ) as "update.zip", unzip updateSH.zip, go inside the folder and mv "update.sh" to /root, run "chmod 755 update.sh" and now run "./update.sh"
- Delete or remove update.zip, run again chmod 755 to update.sh and repeat the process with update53.zip moving it to /root as update.zip and run again ./update.sh.
- Now enter to http://localhost:25500/Acode01 or your local ipv4, in my case I prefer to use my local network it should be like http://192.168.1.8:25500/Acode01, and login as admin:admin
It's totally necessary to install the missing extension of php... ioncube, if you don't you'll see in the prompt line that's telling you there's a missing extension in /home/xui/bin/php/lib/php/extensions/no-debug-non-zts-20190902/ you can continue the installation as usual, but if you don't install it when you want to login it will ask you to install ioncube extension.
I didn't tried to load the extension at last so i don't know if it'll fail if you load it when you finish the installation and updates. I recommend you to load ioncube right after you run ./install20.py by first time.
I do a backup of this ioncube file, I know that most of you won't trust on me so I gave you the steps to get a funtional ioncube version for xtreamui BUT if you can't get a XUIONE panel for any reason if you want I can share the file to you, only if the admin or a moderator give me permission. I don't want to get banned or suspended.
Update:
One last thing.
I was trying the panel and it's working good, VOD, streams, tools as mass edit/delete, etc, everything is working good. Also, port forwarding is possible if you have a VPS or dedicated server, I forwarded with nginx and tailscale (NOT "ngninx proxy manager", I don't like that so I didn't try with it but should work too).
One thing I didn't try is the balancers but if anyone have time to check this, please, share to us if works, I can't because all my VPS and DS are in use and I don't want to mess up my servers haha. Hope this post works for you.