FAQ
- Visit the official interactive community "Guide" and "Install and Use (Digest Content)" group to browse through all the FAQ solutions.
- The following is a list of how-to guides.
Must Read
- Ways to share Fresns error messages
- Path to Fresns administrator panel login page
- Fresns Client (User Interface) Instructions for Use
Environmental issues
- Timezone anomalies due to Daylight Saving Time can be ignored.
- 404 Page Not Found
- 500 Internal Server Error
- 502 Bad Gateway
Instructions for use
- Introduction to Fresns Client Channel Default Parameter Configuration
- Utilize Octane to increase the running speed of Fresns by more than tenfold
Reset Admin Password
- Enter the Fresns root directory in the terminal and execute the following command to reset the system administrator password.
sh
php artisan fresns:reset-password
Viewing the Login Path for the Admin Panel
- Enter the Fresns root directory in the terminal and execute the following command to view the panel information.
sh
php artisan fresns:panel
Terminal Cache Clear
- If you are unable to manage the cache through the administrator panel, you can clear the cache by executing the following commands in the terminal.
sh
php artisan cache:clear # Clear data cache
php artisan config:clear # Clear framework configuration cache
php artisan route:clear # Clear route cache
php artisan config:cache # Clear and regenerate framework configuration cache
php artisan route:cache # Clear and regenerate route cache