Additional Wallet Configuration
Connect with a Remote Node
If you wish to sync your wallet to an Aion node that is not running on your local machine, you may do so after making two changes in:
Configure Aion kernel
You will first have to ensure that the config.xml file found in the aion/config folder of your aion kernel repository is modified such that the Java API accepts remote access. This will allow your wallet to connect with the node.
- Navigate to the aion/config/config.xml file
- Change the IP address of the Java API section to 0.0.0.0
- Save the config file and re-launch the kernel and wallet for changes to take effect
<java active="true" ip="0.0.0.0" port="8547">
Configure wallet
After configuring the node you wish to connect to, you will need to change wallet settings so the IP address points to the machine running it.
- Launch the Aion Desktop Wallet and navigate to the "Settings" tab
- Change the IP from 127.0.0.1 to the address of the machine currently running the Aion node you wish to connect to
- Click "Apply" to save your changes

Delete or Switch Wallet
If you wish to no longer use the wallet stored on your machine, or switch to another one, you have the option to delete the current wallet database and restart a fresh wallet (or restore an existing Aion wallet from its seed mnemonic).
Note
The deletion of your wallet database is permanent - you will not be able to recover the accounts unless you have the mnemonic and password backed up.
- Open up terminal and navigate to the home directory (or run
cd
from any directory) - Remove the hidden file .aion using the command
rm -r .aion
- Relaunch the Aion Desktop Wallet, you should notice that you will be prompted to [add an account](https://docs.aion.network/docs/interact-with-your-wallet#section-add-an-account from seed mnemonic or create a new account and password
Updated over 6 years ago