- Set port variable
- Install and configure authbind
- Update firewall rule
- Overwrite zend systemd unit files and reload the daemon
- Replace port 9033 with new port in zen.conf
- Restart zend and zentracker
NOTE: After executing the following steps for this guide, if you have a need to run zend manually, you will need to instead use the following: authbind --deep /usr/bin/zend
- If you need to run zend manually or need to run a rescan or reindex, those would be accomplished as follows
- authbind --deep /usr/bin/zend
- authbind --deep /usr/bin/zend --rescan
- authbind --deep /usr/bin/zend --reindex
| Description | Command | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Set a port variable, replace <port> with your port number, remove <brackets> |
| ||||||||
| 2 | Install and configure authbind using the custom port set in the previous step |
| ||||||||
| 3 | Add your port to your firewall rule set |
| ||||||||
| 4 | Overwrite existing zend systemd unit file, copy and paste the entire block of text |
| ||||||||
| 5 | Overwrite existing zenupdate systemd unit file, copy and paste the entire block of text |
| ||||||||
| 6 | Overwrite existing zenupdate timer systemd unit file, copy and paste the entire block of text |
| ||||||||
| 7 | Reload the systemd daemon to load the changes |
| ||||||||
| 8 | Replace port 9033 with new port in zen.conf |
| ||||||||
| 9 | Remove the old 9033 firewall rule |
| ||||||||
| 10 | Restart zend and zentracker |
|
| Insert excerpt | ||||||
|---|---|---|---|---|---|---|
|