If the iFolder Web Admin console does not start on your first attempt:
Open a terminal console.
Run /etc/init.d/apache2 stop to stop the Apache process.
Run ps -ef|grep mono to check if any Mono process for iFolder is still running on the server side.
Run kill <process id of the process> to end the Mono process for iFolder.
Restart Apache.