How to Create a New User on Directadmin
If you need to provide limited access to specific directories on your hosting server, it’s best to create a designated FTP user account. This ensures that users won’t have access to the root directory of your hosting environment. Follow the steps below to create a new FTP user on DirectAdmin.
Steps to Create a New FTP User
Step 1: Login to DirectAdmin.
Step 2: Access FTP Management.
Once logged in, click on FTP Management under the Account Manager section in the DirectAdmin dashboard.
Step 3: Create a New FTP Account.
In the FTP Management page, click on the Create FTP Account button to add a new FTP user.
Step 4: Configure FTP Account Details and Access Level.
-
FTP Username: Enter your desired username.
Example:ftpuser@yourdomain.com
-
Password: Enter a secure password or click the Generate button to let the system create a strong, random password. Ensure you save this password securely.
-
Access Level: Choose the directory the FTP user will have access to:
- Domain: Provides access to the domain's root directory (one level up from
public_html
). - FTP: Grants access to the
public_ftp
directory. - User: Grants access to a specific directory inside
public_html
, named after the username. - Custom: Allows you to define a custom directory for this FTP account (e.g.,
/public_html/subfolder
).
- Domain: Provides access to the domain's root directory (one level up from
Step 5: Finalize and Create the FTP Account.
Once all the details are filled in and the appropriate directory is selected, click the Create button. The system will confirm the creation of the new FTP account.
Important Notes
- Always use strong, unique passwords for FTP accounts to enhance security.
- For shared access, consider creating separate FTP accounts for each user to track and manage access more effectively.
- If you need assistance or have further inquiries, feel free to contact our support team.