How to install Xaccel codec panel?

Installation

System Requirements

Most of Linux distributions are supported to install the X Acceleration Codec, But recommend you to use CentOS, RHEL, Fedora, Ubuntu or Debian. We are packing all required binaries and libraries in the software, so it won't break your system, all the software installation files are under /opt/xaccel-codec.

Here is the link for check the number of NVDEC/NVENC chips inside your Nvidia GPU: https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new(opens new window)

Notice

Please make sure you are the root user before start to install.

  1. Install the required packages.
apt-get update
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
  1. Install the Nvidia Driver if the server has Nvidia GPU inside.
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/535.171.04/NVIDIA-Linux-x86_64-535.171.04.run
bash ./NVIDIA-Linux-x86_64-535.171.04.run --silent --install-libglvnd
  1. Install the X Acceleration Codec panel.
wget http://ftp.xaccel-codec.com/releases/xaccel-codec-5.1.27.sh
bash ./xaccel-codec-5.1.27.sh -i
  1. Open the browser and enter http://server for login to the panel. The default username and password are: admin. Then you can go to the Servers > Manage Servers tab, click the  icon at settings column for open the license page, and activate the license key.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Invalid Profile_ID or Server_ID is required

If you see the following error when you are trying to use our scripts "Invalid profile_Id" or...