Skip to content

HowTo: Access the Control Panel

Amin Mahmoudi edited this page Sep 29, 2024 · 9 revisions

MasterCryptoFarm (MCF) Dashboard Guide

MCF (MasterCryptoFarm) offers an intuitive user interface to manage your accounts, modules, licenses, and more, all within a web dashboard. πŸš€

πŸ‘€ Preview WebPanel Image

To access your dashboard, you need to Install MCF and ensure your bot is up and running. You should see this message in your console:

image

πŸ“‹ Let me walk you through how to open the Web Panel in different situations.

πŸ“‘ We recommend you read our Configuration File page before proceeding.

πŸ’» Accessing the Dashboard on Localhost

πŸ–₯️ If you're running the bot on your machine or a VPS with GUI, you can simply enter the given localhost URL (e.g., http://127.0.0.1:3232) in your preferred browser. This is the easiest way to access your dashboard.

🌐 Accessing the Dashboard Online

πŸ“‘ We recommend you read our Configuration File page before proceeding.

🌍 If you're running the bot on your VPS and want to access it from your own machine or your phone, you need to edit the config.py file in your main MCF directory and change the web_server's host value to 0.0.0.0 or your server's public IP address.

A few things to consider:

  • ⚠️ With this method, your panel will be accessible to the public. Make sure you choose a strong password.
  • ⚠️ Ensure the chosen port is open in your firewall/router settings.

🌐 You should then be able to open your web panel from other devices online. For example, if your VPS address is 69.420.13.37 and your port is 3232, you can access your panel from any of your devices by visiting this address in your browser: http://69.420.13.37:3232.

🟑 If you set 0.0.0.0 as the host in config.py, you need to open the panel using your server's IP address, such as http://69.420.13.37:3232. If your machine has a GUI, you can still access the panel locally without an internet connection using http://127.0.0.1:3232 in your browser. If your server has only SSH access, you need to open it on another device using your server's public IP http://69.420.13.37:3232.

πŸ“‘ We recommend reading our Configuration File page to learn more.

βœ… You can check How to open a port for your server.

πŸ” Admin Panel Password

πŸ”’ By default, the password is admin. You can change it from the control panel after logging in and navigating to the "Panel Settings" page.

πŸ” Change Admin Panel Password

πŸ”‘ To change your password, log in to your dashboard and navigate to the "Panel Settings" page. You can find the "Change Password" section there.

πŸ“š Additional Resources

Happy farming! πŸŒΎπŸš€