This guide walks through:
- Installing the Octra WebCLI from scratch
- Launching the local wallet interface
- Importing wallets
- Updating the RPC and Explorer settings
It’s recommended to install everything again from the beginning to avoid issues with older versions
Go to the repository:
https://github.com/octra-labs/webcli
Clone the repo:
git clone https://github.com/octra-labs/webcli.git
cd webcligit pull
This will download the latest updates from the repository.
Linux / macOS
./setup.sh
If permission is denied:
chmod +x setup.sh
./setup.sh
Windows
setup.bat
./octra_wallet
http://127.0.0.1:8420/
This opens the local WebCLI interface
The wallet runs locally, meaning your keys remain on your device
After installing and launching the wallet, you must update the network settings Open settings
Then update the following fields RPC URL
http://46.101.86.250:8080/rpc
Explorer URL
http://octrascan.io
Make sure you save the changes.
These settings allow your WebCLI wallet to:
connect to the correct Octra testnet RPC
link transactions to the Octra explorer
After changing settings:
Logout from the wallet
Restart the WebCLI
Open the interface again