-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the wiki for the PHP Terminal! This wiki contains detailed information about the application's features, usage, installation, security, and more. If you have any questions or need further assistance, refer to this wiki or contact the development team at support@softwench.com.
The PHP Terminal is a web-based application that enables developers to send commands to the server directly from a web browser. The commands can be as simple or as complex as needed, providing a convenient and versatile way to manage and administer the server. With built-in security features such as password protection for terminal access, command history, and font customization, this app ensures a secure and user-friendly experience.
- Web-Based Command Sender: Interact with the server and send commands directly from your web browser.
- Password Protection: The terminal access is password-protected to ensure security.
- Command History: Developers can easily refer to previous commands sent.
- Font Customization: Customize the terminal font to suit your preferences.
- Secure Communication: The application employs encryption and secure communication practices to protect sensitive data.
-
Clone the repository to your local machine:
git clone [https://github.com/labKnowledge/PHP-Terminal.git](https://github.com/labKnowledge/PHP-Terminal.git)
-
You can dump this one-file project in any working directory of your server.
-
The project is written in PHP and shell.
-
Open your web browser and access the application at http://your.addres.whatever/terminal.php.
-
Upon accessing the application, you will land on the black background and white text.
-
Default username is terminator and default passoword is lolipop. to enter this on terminal type
login
press enter. You will be asked the user name
terminator
press enter. You will be asked the password
lolipop
Upon successful login, you must update your password immediately
Do the following: type
update
press enter. You will be asked the user name
terminator
press enter. You will be asked the password
Type any password Of Your Choice
-
Ready to enjoy the power of PHP Terminal. In the terminal, you can start executing different command to the server. Type your command and press the "Enter" key to execute it.
-
To view the command history, use the arrow keys (up and down) to navigate through commands history.
-
You can customize the terminal font by clicking on ctrl + or ctrl - and enlarging or decreasing the font.
We welcome contributions to the PHP Terminal! If you find any bugs or want to add new features, feel free to create a pull request. Make sure to follow the existing code style and provide detailed information about the changes you've made.
The PHP Terminal is open-source and available under the MIT License.
If you have any questions or need support, you can reach out to the development team at dev@softwench.com or open an issue on the repository.
Thank you for using the PHP Terminal! Happy coding!