FAQ
Massa Station Installationβ
How do I install Massa Station?β
You can install Massa Station by following the instructions on the installation page.
How do I update Massa Station?β
You can update Massa Station by following the same instructions as the installation process. You can find the instructions on the installation page.
How do I uninstall Massa Station?β
You can uninstall Massa Station by following the instructions on the uninstallation page.
Installation failed, what do I do?β
If you are having trouble installing Massa Station, please check the installation troubleshooting page for help.
Installation fails because of unsupported OS version. What to do?β
For now, Massa Station is only supported on Windows 10 and 11, MacOS 13 and later, and Debian based Linux distributions.
If you are using an unsupported operating system, you can still try to install Massa Station manually by following the instructions on the manual installation page.
Antivirus blocked installation of Massa Station. What to do?β
We want to assure you that Massa Station is free from viruses, and the antivirus warning is a false positive. We're in the process of obtaining necessary certificates (such as from Apple for MacOS versions), which can trigger such warnings. Being a blockchain app, Massa Station interacts with distant servers and performs cryptographic operations. Antivirus warnings for new apps in this category are common but are mostly not indicative of any threat. If you are using an antivirus that blocks Massa Station, you can try to add Massa Station to the whitelist.
Massa Stationβs code is publicly accessible and auditable on GitHub, which means that anybody can check whatβs happening. Itβs part of our commitment to transparency and security.
Massa Station Usageβ
How do I use Massa Station?β
We have detailed instructions on how to use Massa Station such as:
Why can't I use Massa Station on mobile?β
Massa Station is a desktop super-app that, once opened, operates within your web browser. A mobile version is not available at this time.
How to connect Massa Station to my own nodeβ
For users operating on Debian, Ubuntu, navigate to ~/.config/massa-station
.
For macOS systems, navigate to ~/Library/Application Support/massa-station
.
If you are using Windows, the corresponding directory is %APPDATA%\massa-station
.
Once there, locate and modify the config_network.yaml
.
You'll want to append the following lines to the bottom of the file:
NodeName:
URLs:
- https://my-node-url
ChainID: <Your node's corresponding chain ID>
Default: false # or true if you want to set this node as the default
Replace NodeName
with a name of your choosing for the node, this will appear in the dropdown menu.
In the URLs
section, put the URL that Massa Station will use to communicate with your node. It is usually the IP address of your node, followed by the port used by the Node Public API, which is 33035
by default.
For example: https://37.167.156.118:33035
.
For Massa Station to be able to connect to your node, the Public API port must be open on the node server.
Additionally, suppose you frequently access a particular node and prefer Massa Station to automatically select this node on start-up.
In that case, you can make it the default node by changing the Default
field to true
,
and change the default field for the mainnet node to false
.
After these lines are added, close and reopen Massa Station. Your newly named node will now be a part of the network selection dropdown menu. Selecting it will connect Massa Station and its plugins, such as Massa Wallet, to your specified node.
For those whose nodes are on the MainNet, it's essential that the ChainID
accurately reflects the MainNet's chain ID,
By ensuring the correct ChainID
is set, your Massa Station will be in sync with the intended network.
Why can't I access Massa Station from my browser?β
Massa Station must be installed and running on your computer to be able to access it from your browser. If you have installed Massa Station, please make sure it is running.
If Massa Station is running, please check that you are using the correct URL. The URL should be https://station.massa/
.
If you are still having trouble accessing Massa Station, please check the troubleshooting page for help.
"Install" module button doesn't work. What to do?β
This is a known issue that happens when a module is stored on GitHub. We are investigating the issue.
In the meantime, you can install the module manually by following the instructions on the right panel of the module store.
For example with the Massa Wallet module:
- Go to the latest Massa Wallet release page.
- Copy the URL of the
.zip
file corresponding to your operating system. - Paste the URL in the right panel of the module store and click on "Install".
Why isn't Massa Station working on Safari?β
Massa Station is only available in HTTP on Safari. Supporting HTTPS on Safari is on our roadmap but we don't have an ETA yet.
To use Massa Station in HTTP on Safari, simply modify the URL to http://station.massa/ (or click on the link).
How to enable HTTPS on unsupported browsers?β
To enable HTTPS on unsupported browsers, you need to install the Massa Station certificate authority.
- Locate the certificate authority file at the following path:
- On Windows, follow those steps:
- Copy this path:
C:\Program Files (x86)\MassaStation\certs\
cautionThe path might be different if you changed Massa Station location
- Open the File Explorer
- Paste the path you copied previously in the address bar
- Press enter
- Copy this path:
- On Macos, follow those steps:
- Copy this path:
/etc/massastation/certs/
- Open finder
- Click on the "Go" button at the top left of your screen
- Click on the "Go to folder..." button at the bottom of the menu
- Paste the path you copied previously
- Press enter
- Copy this path:
- On Linux, the file is located in
/etc/massastation/certs/
- On Windows, follow those steps:
- In this folder, you will find a file named
rootCA.pem
. Keep this folder open, you will need it in the next steps. - Open your browser's settings or preferences.
- Search for the "Security" or "Privacy" section, and look for an option related to certificates.
- Find the option to import or add a certificate authority.
- Choose the
rootCA.pem
file from the specified path.
Massa Wallet installationβ
How to solve a Wallet can't be opened
issue?β
It depends on your OS and its configuration, please check the troubleshooting page
Massa Station Usageβ
How to update my MassaWallet module?β
MassaWallet is Massa Station module which means that you can manage it through Massa Station's interface.
- Open Massa Station (see here)
- Go to the module store page
- Click on the update icon (see example in screenshot below)
- Your wallet is now updated!