{"id":19607866,"url":"https://github.com/amitminer/webterminal","last_synced_at":"2026-04-11T08:03:01.975Z","repository":{"id":258138419,"uuid":"873441532","full_name":"Amitminer/WebTerminal","owner":"Amitminer","description":"WebTerminal : get acess to your vps terminal via website.. using python3","archived":false,"fork":false,"pushed_at":"2024-10-16T07:49:11.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-26T16:50:56.888Z","etag":null,"topics":["flask","linxu","python","terminal","vps","web-terminal","webapp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Amitminer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-16T07:12:35.000Z","updated_at":"2025-02-20T17:33:35.000Z","dependencies_parsed_at":"2024-10-17T20:16:34.445Z","dependency_job_id":"8c23ac15-2eea-4ea4-b492-573035227a9e","html_url":"https://github.com/Amitminer/WebTerminal","commit_stats":null,"previous_names":["amitminer/webterminal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Amitminer/WebTerminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FWebTerminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FWebTerminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FWebTerminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FWebTerminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amitminer","download_url":"https://codeload.github.com/Amitminer/WebTerminal/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FWebTerminal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264537397,"owners_count":23624420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","linxu","python","terminal","vps","web-terminal","webapp"],"created_at":"2024-11-11T10:12:39.074Z","updated_at":"2026-04-11T08:02:56.952Z","avatar_url":"https://github.com/Amitminer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebTerminal\n\nA simple web-based terminal built with Flask. This terminal allows users to execute basic commands via a browser interface and displays the output in real-time.\n\n## Features\n- **Web-based interface**: Accessible from any device with a web browser.\n- **Security Measures**: Uses subprocess to securely handle commands.\n\n## Screenshots\n![WebTerminal](img/image.png)\n\n## Setup\n\n### Prerequisites\nEnsure you have the following installed:\n- Python 3.x\n- Flask (`pip install Flask`)\n\n### Installation\n1. Clone this repository:\n    ```bash\n    git clone https://github.com/Amitminer/WebTerminal.git\n    cd WebTerminal\n    ```\n\n2. Install required dependencies:\n    ```bash\n    pip install Flask\n    ```\n\n3. Run the application:\n    ```bash\n    python terminal.py\n    ```\n\n4. Access the WebTerminal in your browser:\n    ```bash\n    http://localhost:5000\n    ```\n    \nFeel free to expand the list of commands by modifying `terminal.py`.\n\n### Deployment\nFor deploying the app on a server, you can use services like **Linode**, **AWS**, or a VPS. To run it on a VPS:\n\n1. Install Python and Flask on the VPS.\n2. Run `python terminal.py` on the server.\n3. Access the terminal using the server's IP address and port (default port: 5000). \n   You can change the port in `terminal.py` by modifying the last line:  \n   ```python\n   app.run(host='0.0.0.0', port=your_port)\n   ```\n\n## Customization\nYou can customize the terminal's appearance by editing the HTML and CSS in the `terminal.py` template string. Change colors, fonts, or layout as per your needs.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitminer%2Fwebterminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famitminer%2Fwebterminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitminer%2Fwebterminal/lists"}