Home
Forums
Trending
New posts
Resources
Latest reviews
Log in
Register
What's new
Menu
Log in
Register
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Trending
New posts
Home
Forums
⚙️ Setup, Installation & Apps
📖 IPTV Setup Guides
Xaccel Installation
Reply to thread
Message
<blockquote data-quote="x" data-source="post: 5635" data-attributes="member: 1"><p>In this tutorial I will show you have to install Xaccel on Ubuntu 22.04</p><p></p><p>Login your server as root</p><p></p><p>[CODE=rich]sudo apt update && sudo apt upgrade -y</p><p>apt-get install systemd build-essential libdrm2 net-tools pciutils libxext* libxfixes* libpciaccess* linux-headers-`uname -r` -y</p><p>apt-get purge nvidia-* -y</p><p>apt-get autoremove -y</p><p>[/CODE]</p><p></p><p>Install the Nvidia Driver if the server has Nvidia GPU inside</p><p></p><p>[CODE=rich]echo "blacklist nouveau" > /etc/modprobe.d/nvidia-installer-disable-nouveau.conf</p><p>echo "options nouveau modeset=0" >> /etc/modprobe.d/nvidia-installer-disable-nouveau.conf</p><p>update-initramfs -u</p><p>reboot</p><p></p><p>service lightdm stop</p><p>nvidia-uninstall --silent</p><p>wget http://us.download.nvidia.com/XFree86/Linux-x86_64/495.46/NVIDIA-Linux-x86_64-495.46.run</p><p>bash ./NVIDIA-Linux-x86_64-495.46.run --silent --install-libglvnd</p><p>[/CODE]</p><p></p><p>Install the X Acceleration Codec panel</p><p></p><p>[CODE=rich]wget http://ftp.xaccel-codec.com/releases/xaccel-codec-4.7.20.sh</p><p>bash ./xaccel-codec-4.7.20.sh -i[/CODE]</p><p></p><p>If you want to change the xaccel port, you can do it like this</p><p></p><p>[CODE=rich]cd /opt/xaccel-codec && bin/web --set-http-port 85</p><p>cd /opt/xaccel-codec && bin/web --set-rtmp-port 1936[/CODE]</p><p></p><p>After the port changing you can access your xaccel with <a href="http://yourip.com:85" target="_blank">http://yourip.com:85</a> (your new port number)</p></blockquote><p></p>
[QUOTE="x, post: 5635, member: 1"] In this tutorial I will show you have to install Xaccel on Ubuntu 22.04 Login your server as root [CODE=rich]sudo apt update && sudo apt upgrade -y apt-get install systemd build-essential libdrm2 net-tools pciutils libxext* libxfixes* libpciaccess* linux-headers-`uname -r` -y apt-get purge nvidia-* -y apt-get autoremove -y [/CODE] Install the Nvidia Driver if the server has Nvidia GPU inside [CODE=rich]echo "blacklist nouveau" > /etc/modprobe.d/nvidia-installer-disable-nouveau.conf echo "options nouveau modeset=0" >> /etc/modprobe.d/nvidia-installer-disable-nouveau.conf update-initramfs -u reboot service lightdm stop nvidia-uninstall --silent wget http://us.download.nvidia.com/XFree86/Linux-x86_64/495.46/NVIDIA-Linux-x86_64-495.46.run bash ./NVIDIA-Linux-x86_64-495.46.run --silent --install-libglvnd [/CODE] Install the X Acceleration Codec panel [CODE=rich]wget http://ftp.xaccel-codec.com/releases/xaccel-codec-4.7.20.sh bash ./xaccel-codec-4.7.20.sh -i[/CODE] If you want to change the xaccel port, you can do it like this [CODE=rich]cd /opt/xaccel-codec && bin/web --set-http-port 85 cd /opt/xaccel-codec && bin/web --set-rtmp-port 1936[/CODE] After the port changing you can access your xaccel with [URL]http://yourip.com:85[/URL] (your new port number) [/QUOTE]
Insert quotes…
Verification
Post reply
Home
Forums
⚙️ Setup, Installation & Apps
📖 IPTV Setup Guides
Xaccel Installation
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top