Help with CPanel on dedicated server...

Discussion in 'Site & Server Administration' started by Whitey, Jun 27, 2008.

  1. #1
    Hey all

    Yesterday I bought a dedi from OVH, and I chose for it to be installed with CentOS 5 and CPanel 11. After getting my server set up within an hour I went off and bought a one month CPanel licence from a reseller that does them for $42 a month... when I ordered I gave them my hostname (which I double checked through SSH) and the servers IP. I got an email back saying I have paid and I'm ready to go... but I'm at a loss as of what to do now...

    This is the first time I have done this so I'm not sure what I need to do, I have checked using http://verify.cpanel.net that my licence is legit, and it is, but when I try to log into CPanel I get the License File Expired error message.

    Using CPanels troubleshooting, I have checked to see if port 2089 is open using the online manager from OVH... and I don't think it is. Can anyone tell me the SSH commands to open the port?

    Thanks :)
     
    Whitey, Jun 27, 2008 IP
  2. st1905

    st1905 Well-Known Member

    Messages:
    573
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Ok here you go

    iptables -A INPUT -s YOURIPHERE -p tcp -m tcp --dport PORT -m state --state NEW -j ACCEPT
    Code (markup):
    YOURIPHERE = your ip address
    PORT = port you want opened

    Good luck with your new server :)
     
    st1905, Jun 27, 2008 IP
  3. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Login to shell

    and run the following from command line:

    /usr/local/cpanel/cpkeyclt
     
    Camay123, Jun 27, 2008 IP
  4. Whitey

    Whitey Active Member

    Messages:
    1,386
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    80
    #4
    Thanks a lot Camay123, it works a charm :)
     
    Whitey, Jun 27, 2008 IP
  5. jtonsupport

    jtonsupport Banned

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    root#/usr/local/cpanel/cpkeyclt
     
    jtonsupport, Jun 27, 2008 IP
  6. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #6
    Nick_Mayhem, Aug 10, 2008 IP