ebisudave

Registered
Mar 27, 2011
1
0
51
Hello, I have cPanel installed as part of my webhosting package with my hosting service provider. They suggested I come here with my issue.

This is a minor problem, but after months, my irritation has slowly built up to wanting to do something about this.

Every time I log into any of my cPanel accounts, I get the following message:

"Welcome New User
Do you need help getting started?
Our Getting Started Wizard will guide you through basic setup steps and get you up and going in no time."

It has a button to select "Get started now" or "no, I'm fine thanks".

I have tried clicking both, and of course I have tried selecting the "Don't show this again" check box.

However, nothing makes it go away.

How do I kill off this unwanted message?

Thank you for any advice.
 

Infopro

Well-Known Member
May 20, 2003
17,075
524
613
Pennsylvania
cPanel Access Level
Root Administrator
Twitter
Ticking the box to don't show again should work. A few questions:
Could this be a browser caching issue of some sort?
Have you tried another browser to troubleshoot?
Are you using the default x3 theme or something else that might cause this not to work correctly?
 

JaredR.

Well-Known Member
Feb 25, 2010
1,834
27
143
Houston, TX
cPanel Access Level
Root Administrator
You can prevent this message by navigating to the account's .cpanel/nvdata directory, editing the file named x3_gettingstarted, and replacing the word enable with disable. If, for example, there is an account named foo with its home directory in /home, the following will disable the message for that account:

Code:
# cd /home/foo/.cpanel/nvdata
# echo disable > x3_gettingstarted
This file is checked each time a user logs into cPanel, and it is only applied on a per-account basis; there is no global option for it.