I do remember that there is a variable in a file that can be modified for reset Post-Installation Wizard process when I get logged into Virtualmin. But I dont know where’s the file, and the variable.
Please remind me about them
Thanks,
I do remember that there is a variable in a file that can be modified for reset Post-Installation Wizard process when I get logged into Virtualmin. But I dont know where’s the file, and the variable.
Please remind me about them
Thanks,
I’m not sure how to re-run the post install wizard.
However, is there a a particular problem you’re trying to solve? Most of the questions it asks you are simple things that you can change.
-Eric
I was searching for this. Thought I would tell. The wizard is a CGI script in the "virtualmin-server’ folder. So you would access “yourserver:10000/virtual-server/wizard.cgi”
Do note it will block you with the referral check. To counter act I just used window.location.href object property in javascript in my console to access it :D.
Good Luck.