Skip to main content

Disable Jupiter welcome screen

Comments

22 comments

  • cPRex Jurassic Moderator
    Hey there! That article wouldn't apply to the newer Jupiter interface. I believe this will be the specific one you're looking for:
    0
  • lewis21
    Hi thanks for the quick reply. I tried that but it does not seem to work, even though it does create the file: /home/USERNAME/.cpanel/nvdata/cp-welcome-panel_dismissed Here is the output from the command I issued: { "func" : "set", "module" : "Personalization", "result" : { "status" : 1, "messages" : null, "metadata" : {}, "data" : { "personalization" : { "cp-welcome-panel_dismissed" : { "reason" : "OK", "value" : "1", "success" : 1 } } }, "errors" : null, "warnings" : null }, "apiversion" : 3 }
    0
  • cPRex Jurassic Moderator
    Is the screen in that article the one you are trying to suppress?
    0
  • lewis21
    Actually its this Welcome screen
    0
  • cPRex Jurassic Moderator
    Can you also confirm that you're using cPanel version 106 or 108?
    0
  • lewis21
    I'm using 108.0.13
    0
  • cPRex Jurassic Moderator
    Thanks for the clarification - this is what you'll need to take care of that - Guide to cPanel Interface Customization - Hide the Onboarding Assistant
    0
  • lewis21
    Thanks it works perfectly :) Do you happen to know how to hide the Horde warning box too?
    0
  • cPRex Jurassic Moderator
    As of this time, there isn't a way to do that. We are working on adding a function for this in case HB-6575, but it hasn't been applied to a public release just yet.
    0
  • Nathan Lyle
    Is there some way to disable that prompt to link away for all account and in all cases, that doesn't involve the command line? I really dislike when software attempts to be "helpful" without knowing what is really wanted. My clients do not need links to cPanel's websites. It will only create confusion and increase the amount of time I'm spending answering questions.
    0
  • cPRex Jurassic Moderator
    No, at this point there is only the command line option to remove that interface.
    0
  • Scootie
    I just logged into the forum so I may post a new topic about this same issue. I just came from checking out one of my clients VPS's that has over 30 cPanel accounts on it. While accesing each cPanel account I was greeting by this Jupiter Welcome screen. IT'S INFURIATING!!!! For the love of GOD! DISABLE IT!!! Who the hell came up with this "genius" idea?
    0
  • stormy
    Ok, so it's "Jupiter day" for many of us. I understand we've voiced our displeasure in many threads, so I think it's better to use these threads to fix the annoyances. I'm also here to find a way to disable the onboarding and Horde notices. Disabling the Horde notice in cPanel It's not possible to do it programatically, but the horde box has an ID: #cpHordeBanner. So this allows us to hide it with CSS via "display:none". I just need to find out how to include a CSS file in the cPanel home screen. Documentation here, should be easy:
    0
  • cPRex Jurassic Moderator
    @stormy - I created this guy for the CSS tool you mention:
    0
  • stormy
    @stormy - I created this guy for the CSS tool you mention: Guide to cPanel Interface Customization - Content Includes And for the onboarding, I'm trying to loop through all users in the server, which is missing from that link. In the past, it would be something like for i in $(ls /var/cpanel/users); do SOMETHING HERE $i;done
    .
    0
  • cPRex Jurassic Moderator
    I would expect a for loop to work well for this one also.
    0
  • stormy
    So it would be something like this, but I have no idea if this is correct or not. for i in $(ls /var/cpanel/users); do echo '{"personalization": {"cp-welcome-panel_dismissed": 1}}' | uapi --user=$i --input=json --output=jsonpretty Personalization set;done
    0
  • cPRex Jurassic Moderator
    That certainly looks right to me!
    0
  • stormy
    That certainly looks right to me!

    I run the command and apparently it didn't work, I still got the onboarding notice. Then I realized it was the code for new users, not for migrated users. For future reference, here's the code for migrated users: for i in $(ls /var/cpanel/users); do echo '{"personalization": {"migrated_to_jupiter": 0}}' | uapi --user=$i --input=json --output=jsonpretty Personalization set;done
    0
  • claudgregor
    thanks cPRex ! !
    0
  • hosthuski
    Does cPanel HAVE a UX team? This entire experience with Jupiter has been a disaster. CPREX has basically been holding the fort while we throw stones at this monstrosity.
    0
  • cPRex Jurassic Moderator
    There is a dedicated team for this, yes. If you have any specific feedback, I'm happy to pass it along!
    0

Please sign in to leave a comment.