Enable Plugins in NodeWorx InterWorx has a variety of plugins that can add or change functionality, but they are disabled by default. It is also possible to create or install additional plugins if you want. For instance if you need to install Let’s Encrypt plugin that automatically attempts to request, install or update free domain-verified … Continue reading Enable Plugins in InterWorx Panel
Category: interworx
How to change hostname in interworx server
# hostnamectl set-hostname newhostname Then edit following files by replacing old hostname with new hostname if it exists in the files. +++++ # /etc/hosts # /etc/sysconfig/network # /home/interworx/iworx.ini # /var/qmail/control/locals # /var/qmail/control/me # /var/qmail/control/rcpthosts # /var/qmail/control/plusdomain # /var/qmail/control/smtpgreeting ++++ Restart the network and iworx services and reboot.
list account option in interworx
This command will list all the domains with user name in interworx backend # /home/interworx/bin/listaccounts.pex
interworx log file location
The InterWorx log files are located in the InterWorx home directory at /home/interworx/var/log. Below are the most common log files saved at this location: iworx.log – The most common log file used for InterWorx. Most errors will be in this log file. cron.log – Related to cron tasks. access.log – Apache access log for the … Continue reading interworx log file location
cPanel to interworx transfer fails due to space issue with /tmp folder
The interworx import works by writing the file in the /tmp directory by default and the large sized accounts cannot be written into /tmp due to space issues. So we need to manually change the directory path ( dir path) in the interworx default configuration file. /home/interworx/iworx.ini +++++ # vi /home/interworx/iworx.ini [dir] cron=”/var/spool/cron” domainkeys=”/etc/domainkeys” log=”/var/log” … Continue reading cPanel to interworx transfer fails due to space issue with /tmp folder