Your default brightness is stored in
/sys/class/backlight/acpi_video0/brightness
but unfortunately, you have to set permissions to access it
$ chmod o+w /sys/class/backlight/acpi_video0/brightness
and now you can change the brightness level
$ echo 75 > /sys/class/backlight/acpi_video0/brightness
NOTE: I use 75% as my default brightness. But you can change the numbers. Cheers!