You may wish to add a default home page for the new users created in your server. It can be done via below steps:

1. Login to server via SSH.
2. put the default page in /root/cpanel3-skel/public_html/

For example, if you place an index.html file in /root/cpanel3-skel/public_html, and then setup a new account, that account will have a copy of your index.html in their public_html directory.


Thanks!