Announcement
Collapse
No announcement yet.
Running auto-install, auto-update scripts from NxFilter website.
Collapse
This is a sticky topic.
X
X
-
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.
-
To update it regularly, you can run the update script once a week as a cron task.
Leave a comment:
-
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,
To update NxFilter,Code:bash -c "$(curl -s https://nxfilter.org/scripts/install-nxfilter-ubuntu.sh)"
To install NxCloud,Code:bash -c "$(curl -s https://nxfilter.org/scripts/update-nxfilter-ubuntu.sh)"
To update NxCloud,Code:bash -c "$(curl -s https://nxfilter.org/scripts/install-nxcloud-ubuntu.sh)"
To install NxRelay,Code:bash -c "$(curl -s https://nxfilter.org/scripts/update-nxcloud-ubuntu.sh)"
To update NxRelay,Code:bash -c "$(curl -s https://nxfilter.org/scripts/install-nxrelay-ubuntu.sh)"
Code:bash -c "$(curl -s https://nxfilter.org/scripts/update-nxrelay-ubuntu.sh)"
Last edited by support200; 07-20-2024, 09:36 AM.Tags: None
- Stuck
Leave a comment: