Quote:
|
Originally Posted by wr19026
- What IP address do I need to enter in the install script: the internal one or the external one?
|
Always the one you see for your network interface when you run
, i.e. your internal one.
Quote:
|
Originally Posted by wr19026
- If the install fails/aborts, what can I do to remove all that's there and start from scratch without having to completely reinstall the server (using the excellent guide for an Ubuntu server) first?
|
Run
Code:
rm -fr /root/ispconfig
rm -rf /home/admispconfig
and also delete the ISPConfig MySQL database.