HollaEx®
⚙️ DashboardStart →
  • HollaEx® — The Crypto Exchange Solution
  • ☁️Cloud Operators
    • Launching the Exchange
    • Setting Domain for Cloud Exchanges
    • Easy SMTP for Cloud Exchanges
    • SEO Settings for Cloud Exchanges
      • SEO Advanced Settings
  • ⚙️Operating Your Exchange
    • Operator Control Panel
      • General
      • Users
      • User Profile
      • Assets
      • Markets
      • Stakes
      • Sessions
      • Plugins Apps
      • Trading Fees & Account Tiers
      • Admin Logs
      • Roles
      • Chat
      • Billing
    • Customize Exchange
      • Browser Tools
        • Enter Edit Mode
        • Operator Controls (Visuals)
        • Console
      • Plugins
      • Forked Repo
      • Landing Page
    • Fiat Controls
      • Initial Setup
      • Setting Up Fiat On/ Off Ramp
      • Editing Deposit & Withdrawal Fees
      • Users Making Fiat Deposit
      • Users Trading With Fiat
      • User Making Fiat Withdrawal
    • Staking
    • OTC Broker
    • P2P
      • P2P Overview
      • P2P Setup
      • P2P Troubleshooting
      • P2P Vendor Flow
    • Smart Chain Trading
    • Assets & Trading Pairs
      • Add New Assets & Trading Pairs
      • Configure Pair Parameters
    • Set up the SMTP Email
      • Set up SMTP with AWS SES
      • Set up SMTP with Mailgun
      • Set up SMTP with SendGrid
      • Test the SMTP with Gmail
    • Enabling reCAPTCHA
    • Enterprise Operator Roles
    • Email Customization & Audit
    • DeFi Asset Staking Process
  • 🧩Plugins
    • HollaEx Plugins
      • Announcements
      • Bank
      • AWS SNS (Text Messages - SMS)
      • KYC
      • Automatic KYC
      • Messente
      • Advanced Referral
      • CoinMarketCap
      • Guardarian
    • Install Plugins
    • Developing Plugins
      • Development Walkthrough: Hello-Plugin
        • Initialization
        • Configuration
        • Scripting
        • Web View
        • The Final Product & Installation
      • Advanced
        • Initialization
        • Config
        • Server Script
        • Plugin Libraries
        • Web View
        • Final Plugin Product
        • Advanced Tutorial: Using the user meta field
        • Advanced Tutorial: Adding a new database table column
        • Advanced Tutorial: Creating a new database table
      • Simple Wallet Example
      • Web View Development
        • Overview
        • External dependencies
        • Getting started
        • Basic Tutorial: Hello Exchange Plugin web view
        • Advanced Tutorial: KYC Plugin web views
    • Bank Integration
      • Handling Deposits
      • Handling Withdrawals
  • 👷Developers
    • API Guide
      • API Example Scripts
    • Run Dev Mode
    • Build a New Front-end Interface
  • 🧰On-Premise Operators (Advanced Only)
    • On-Premise Exchange Setup
      • Getting Started — Requirements
      • Installation
      • Server Setup
      • Web Setup
      • Production
    • CLI How-Tos
      • Start Exchange
      • Stop Exchange
      • Upgrade Exchange
        • Build and Apply the Code Changes
      • Get Exchange Logs
      • Get a Backup and Restore
      • Exchange Migration
      • Command List
    • Run Exchange on Kubernetes
    • Troubleshooting Guide
  • 🚀Advanced
    • SEO Optimization
    • Nginx
    • Rate Limits
    • Database
      • Upgrade Database
    • Dependencies
    • Contents Delivery Network
      • Cloudflare CDN for HollaEx
      • CloudFront CDN for HollaEx
    • Load Balancer
      • AWS ELB
      • DigitalOcean LB
    • Customize Kubenretes Ingress
    • Exchange Keys
      • Exchange API Keys Troubleshoot
    • HollaEx on non-Linux
      • HollaEx on Windows
      • HollaEx on macOS
    • The Network Tool Library
      • Accessing the Network Tool Library
      • Functions
        • WebSocket
      • Simple Example: Creating a User and Wallet
      • Getting More Interesting: Orders with the Tools
        • Setup: Using the transferAsset function
        • Creating and Monitoring a Sell Order
        • Settling Fees
      • Private HollaEx Network
    • Docker Content Trust (DCT)
    • Revenue Sharing
  • 📦Releases
    • Release Notes
    • Side Notes
  • ➡️External Links
  • Blogs
  • Forum
  • Videos
  • Twitter X
  • Telegram
  • Interactive Demo
  • Discord Community
  • API Documentation
  • Tools Library Documentation
  • Node Library Documentation
  • Plugins Documentation
Powered by GitBook
On this page
  • About the Web Client server
  • The Final Steps
  • The (Real) Final Step
  1. On-Premise Operators (Advanced Only)
  2. On-Premise Exchange Setup

Web Setup

So close to the end now! By the end of this page we will be able to get away from the terminal, and see some more interesting pages in the browser

PreviousServer SetupNextProduction

Last updated 6 months ago

About the Web Client server

HollaEx Kit provides a web client-server as an open-source project for a. It's included in the /web directory of your HollaEx Kit. The default client contains everything needed for your exchange but feels free to customize it based on your needs. Check here to see more about web customization.

To begin with, from the terminal (after completing hollaex server --start from the previous page) run the following:

hollaex web --setup

This command will build the web client Docker image and carry out the initialization jobs. This build process will likely be the longest wait so far, so just hang tight, this is the last long wait you will have to endure!

During the build, there may be errors printed by the npm package manager. Most of them will not affect the build process itself. You can ignore them unless the build procedure gets killed.

Just as when we did the server setup, the CLI will ask us for the image name, and if we want to backup to the Docker registry. Feel free to choose the same choices you did in the server setup.

Once this is complete you will see a nice, big check as in the image below.

Once this process is complete, the next command to start everything up is:

hollaex web --start

This should be really quick to complete.

The Final Steps

At this point, you can move fully over to the browser, and leave the terminal behind for a little while.

The first step is to create the operator admin account. This is vital as these are the credentials that in the future will be used for on-exchange operations. This could be the same as what was used for the dashboard, or a different account, but remember that these credentials will be essential to access the exchange in the future.

Once the credentials have been chosen, and you log in there will be 5 (optional) steps, to finish up the setup:

Similar to the Dashboard, all these settings can be changed after this setup, so don't stress too much at this point

  1. Time zone & language: Choose the time zone you are in, and what language should be chosen as the default

  2. Admin account security: This step is necessary and the only one that can't be skipped. Simply scan the code with an authentication app on your phone and follow the instructions given. If you have never seen an Authenticator app before hit the link under the QR code for some full instructions on what to do.

  3. Assets & Trading: Here you will have a chance to review what assets and pairs you choose on the Dashboard setup, and also choose the 'Native Currency' which will be used as the base currency unit on your exchange.

  4. Features: Here the choice of what features are enabled can be chosen. For DIY Basic users the only options will be enabling the Pro and Quick Trade. Other features are enabled on Cloud Packages and the On-Premise Boost Plan.

Once these above steps are sorted, congratulations! There have been a few steps to get here, but you have made it, you are two clicks away from your own exchange! We will have one final review page, as in the image below.

Hit confirm and wait until you see this screen as in the below image. Hit that final button...

And Voila! Say hello to your new exchange! It's great you have stuck with us through this process and now you can play around with the exchange; check out the trading graphs, customize the themes and other settings, and a whole host of other bits and pieces to enjoy.

At this point, all the settings are open to you, and to learn more there are a vast array of resources to help you out:

  1. The Docs: Luckily you are already here, the docs contain the entirety of information on what can be done, and how to do it on your exchange.

  2. Help Pages: These pages have been specially made for operators in your position, to help cover any gaps that the above pages might have missed out.

The (Real) Final Step

Whilst you have full access to your exchange and can get it prepared and customized there is one (fairly large) issue left to resolve. That is that you are the only person who can actually use your brand-new exchange!

This will open your browser automatically but if not, head over to your browser and enter the URL localhost:8080 into the address bar, or click: . You will be greeted with the page below.

If you are running the Kit on a remote server, accessing the web will not be available at this stage. You will face errors (or a blank page) if you go to the web with a plain IP address. To make it work, you must bind domains both for the web and the API server to make it accessible externally. Please follow the hollaex prod command .

The final few steps are all through the page on .

Email: The final step is to set up your email service, if you don't have this ready to go don't worry, this can be , so feel free to hit skip. Of course, if you are ready and know your settings feel free to set this up right away.

: The HollaEx Youtube channel is regularly updated with videos showing off features and live walkthroughs on how to use them.

Social Media: HollaEx is active on various places, including and .

: The forum is the perfect place to ask questions & get answers. Feel free to join the community!

Read onto the to learn how to get your exchange live onto your own domain, and open to the world wide web!

🧰
http://localhost:8080
instructions
http://localhost:8080
sorted once we are in the exchange
Youtube
Twitter
Discord
HollaEx Forum
next page
HollaEx Kit exchange
Give this process about 10-15 minutes, put your feet up and have a break, you've earned it
Only a few more minutes now!
This check is differnent from the last images check, promise
Woop Woop
Choose the email and password, and then login with the credentials
Run through these last 5 steps and you will have an exchange!
The fruits of your labour!