IɴғɪɴɪᴛᴇSᴛʀᴇᴀᴍs

Moderator
Staff member
VIP Member
Joined
Apr 7, 2021
Messages
1,167
Awards
4
Offline
Please explain to me how I do it, because I put it in a new hosting
If I had the time to explain to everyone and do a step by step I would but I don't.... It's all within the panel files

Installation instructions
*Clean Install*
- Copy the onepanel folder to your server
- Create a blank MySQL database
- Add these database details to includes/db.php
 

joseohara

Active member
Joined
Dec 12, 2021
Messages
269
Awards
2
Offline
If I had the time to explain to everyone and do a step by step I would but I don't.... It's all within the panel files

Installation instructions
*Clean Install*
- Copy the onepanel folder to your server
- Create a blank MySQL database
- Add these database details to includes/db.php
That is what I do, 1- I upload the onepanel zip to the folder, 2- I unzip the zip, 3- I edit db.php and I put the information of the empty db
 

joseohara

Active member
Joined
Dec 12, 2021
Messages
269
Awards
2
Offline
That is what I do, 1- I upload the onepanel zip to the folder, 2- I unzip the zip, 3- I edit db.php and I put the information of the empty db
empty db
 

Attachments

  • db.jpg
    db.jpg
    150.5 KB · Views: 234

joseohara

Active member
Joined
Dec 12, 2021
Messages
269
Awards
2
Offline
You say your using 3 different hosts, make sure the domain your trying is tied to the nameservers on that chosen host E.G hostinger as if your using nameservers from a different host your going to get conflict and that's why it won't be connecting.
now i just using ifastnet hosting and domain from ifastnet too
 

midinc

New member
Joined
Dec 3, 2022
Messages
22
Offline
If you are trying to test out panels, at the very least you should really know how to connect a database.

When you're creating your database, simply take a note of what you enter as you create it.

Unless you're using a remote database server, you host should mainly always be localhost.
The database is exactly the name you enter - including any prefix you're hosting provider may add.
The database username also exactly what you enter when creating it.
The password is exactly what you enter (or autogenerate) when .

If you've noted all these down, you simply just need to enter the same information into into db.php

There is absolutely nothing wrong with onepanel in this regard. If you give it the simple, correct information it will connect.
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,940
Awards
4
Offline
This is pretty straight forward setup someone posted earlier in this thread what you need to do step by step
I do this on my PC and have two windows open so I can copy paste username etc.
One word of warning when you get to the install and you see the click GO below to build the database , let it run for a few mins. it takes a while , once built it will tell you username and in particular a random password EITHER make a note of the password (user is admin)
or as soon as you log in with the random password , change it straight away to something of your choice , not doing so is not reversable
 

recording890

Member
Joined
Aug 24, 2022
Messages
30
Awards
1
Offline
This is pretty straight forward setup someone posted earlier in this thread what you need to do step by step
I do this on my PC and have two windows open so I can copy paste username etc.
One word of warning when you get to the install and you see the click GO below to build the database , let it run for a few mins. it takes a while , once built it will tell you username and in particular a random password EITHER make a note of the password (user is admin)
or as soon as you log in with the random password , change it straight away to something of your choice , not doing so is not reversable
Can you do a video
 

Wizapk

Well-known member
Joined
Oct 11, 2021
Messages
287
Awards
4
Offline
I did laugh when I seen that request of a video with a username like yours lol 🤣then again it makes me laugh with some of the users here who choose particular names and haven't a clue what they are doing lol 🤣 yes we all need too start somewhere suppose best advice use the search and read there is so much information there. Anyway rant over
 
Last edited:

lucif3r

Well-known member
Joined
Jun 3, 2021
Messages
117
Awards
4
Offline
Make sure these two modules are enabled in your cpanel: nd_mysqli and nd_pdo_mysqli
 
Top