Uniplex Host
DiscordPanel
  • Welcome
  • ⭐How To Start
    • Registration
    • Panel Tour
  • 🤖Bot Hosting
    • Invite Your Bot
    • Files
    • Packages
    • Startup
    • SFTP
    • Creating .env
  • VPS Guides
    • Linux SSH
    • Setup Windows
  • 📕Policies
    • Service Level Agreement
    • Refund Policy
    • Terms of Service
    • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

  1. Bot Hosting

Creating .env

In this guide, we cover how to create .env file and set it up.

PreviousSFTPNextLinux SSH

Last updated 11 months ago

Was this helpful?

  1. Go to your server, click on the "File Managers" tab, and click "New file".

  1. Now put any secure information that will be used a lot in this file.

DISCORD_TOKEN=YOUR_TOKEN_HERE
PORT=3000
DB_PASSWORD=PASSWORD_HERE
DB_USERNAME=USERNAME_HERE
DB_HOST=HOST_HERE
DB_PORT=PORT
  1. Click the "CREATE FILE" button.

  1. For file name, set it to .env and click "CREATE FILE".

You have made a .env file which can be edited like other files.

🤖
File Manager
File Editor
Saving the file pop-up
Page cover image