Announcement

Collapse
No announcement yet.

Running auto-install, auto-update scripts from NxFilter website.

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Running auto-install, auto-update scripts from NxFilter website.

    We provide auto-install, auto-update scripts for DEB package. You can run these scripts from our website.

    To install NxFilter,
    Code:
    bash -c "$(curl -s https://nxfilter.org/scripts/install-nxfilter-ubuntu.sh)"
    To update NxFilter,
    Code:
    bash -c "$(curl -s https://nxfilter.org/scripts/update-nxfilter-ubuntu.sh)"
    To install NxCloud,
    Code:
    bash -c "$(curl -s https://nxfilter.org/scripts/install-nxcloud-ubuntu.sh)"
    To update NxCloud,
    Code:
    bash -c "$(curl -s https://nxfilter.org/scripts/update-nxcloud-ubuntu.sh)"
    To install NxRelay,
    Code:
    bash -c "$(curl -s https://nxfilter.org/scripts/install-nxrelay-ubuntu.sh)"
    To update NxRelay,
    Code:
    bash -c "$(curl -s https://nxfilter.org/scripts/update-nxrelay-ubuntu.sh)"
    Last edited by support200; 07-20-2024, 09:36 AM.

  • #2
    To update it regularly, you can run the update script once a week as a cron task.

    Comment


    • #3
      Unlike other auto-install scripts, the auto-install script for NxRelay doesn't start NxRelay automatically. This is because you need to modify its config file before starting it.

      Comment

      Working...
      X