To reset the Setup Wizard data, navigate to the server command prompt and provide the following commands.
cd /opt/pbxware
sh/mysql
use admin_site;
delete from config;
quit;