Skip to main content

Disable welcome guide popup globally

Comments

1 comment

  • cPanelMichael
    Hello :) You could follow the instructions from the following post: Disable Welcome Message Simply use a command that completes that action for all accounts in the /home directory. This command might work, but it will produce some error output: for i in `ls /var/cpanel/users/`; do echo disable > /home/$i/.cpanel/nvdata/x3_gettingstarted ; done
    There are no options to disable this feature globally or for new accounts. I suggest opening a feature request for it via: Submit A Feature Request Thank you.
    0

Please sign in to leave a comment.