Installation in Linux servers without web panel

Pyxsoft can be installed on the following Linux distributions:

  • – Centos 6, 7, 8
  • – RedHat 6, 7, 8
  • – Debian 9 “Stretch”, 10 “Buster”
  • – Ubuntu 16.04 “Xenial”, 18.04 “Bionic” or 20.04 “Focal”

Installation on other versions is also possible. Contact us for consultation.

Requirements:

  • Linux 64 bit
  • Apache or nginx web server installed and running

Installation procedure:

Make sure your web server (nginx or apache) is running correctly. This is necessary for Pyxsoft to work properly.

Installation:

Centos/RedHat:

curl -s https://packagecloud.io/install/repositories/pyxsoft/v3/script.rpm.sh | sudo bash
yum install pyxsoft-linux

Debian/Ubuntu:

curl -s https://packagecloud.io/install/repositories/pyxsoft/v3/script.deb.sh | sudo bash
apt update && apt install pyxsoft-linux

In case of error “-bash: sudo: command not found”, try without sudo logged as root.

Changing the password

It is possible to change the password at any time. To do so, use the following command: /opt/pyxsoft/pxgenpass

/opt/pyxsoft/pxgenpass
Pyxsoft Password Generator
Your new password is: T5X6FL-OQPZ3A

Login to the user interface

To enter the user interface, open the following address with your browser:

https://xxx.xxx.xxx.xxx:2931

Replace x.x.x.x.x with the server IP.

A security warning is generated because the certificate is self-signed. It is safe to add an exception to continue.

Login using the next credentials:

User: pyxsoftadmin
Password: The one generated in the previous point.