Skip to content

User Profiles

Nicholas VanCise edited this page Sep 22, 2024 · 8 revisions

User profiles are equivalent to user accounts, allowing users to send and receive save and rom files from the backend file server.

This is designed primarily as a backup, and as a way to share files between devices. All of the logged-in functionality is available without an account, as files are saved to your local device.

Users must already have a login and password setup for them by the admin.

Do not attempt to log into the server unless you are the server owner or an approved user, your IP may be banned.

Add a gba user

First, log into the admin panel as described in the README.

To add a new gbajs3 user, go to the gbajs3 Users tab, and then click the New button:

Screenshot 2024-09-22 at 12 17 32 AM

Now, as an admin, you can fill out the details and create users:

Screenshot 2024-09-22 at 12 22 01 AM

Once saved the user can log into the emulator frontend.

Profile Menu Items

The following menu items will become available when a user logs into their account:

Screenshot 2024-09-22 at 12 28 57 AM

Here the user can:

  • Login using their account credentials
  • Logout of their account
  • Load save files from the server
  • Load rom files from then server
  • Send the current save file to the server, overwriting the previous save file of the same name if one exists
  • See the current rom file to the sever, overwriting the previous rom file of the same name if one exists
Clone this wiki locally