1Panel is a powerful web interface and MCP Server designed for management of websites, files, containers, databases, and LLMs on Linux servers. Its intuitive design simplifies complex server tasks, making it ideal for developers and system administrators.
claude install 1Panel-dev/1Panel1Panel is a powerful web interface and MCP Server designed for management of websites, files, containers, databases, and LLMs on Linux servers. Its intuitive design simplifies complex server tasks, making it ideal for developers and system administrators.
["1. **Access 1Panel Dashboard**: Log in to your 1Panel interface and navigate to the 'Containers' section.","2. **Create a New Container**: Click on 'Add Container' and select 'Docker' as the container type.","3. **Configure Container Settings**: Fill in the necessary details such as the container name, image, port mapping, volume mounts, and environment variables.","4. **Start the Container**: Click 'Create' to build and start the container. Verify the container is running correctly by checking the logs in the 1Panel interface.","5. **Deploy Your Application**: Use Docker commands to deploy your application within the container. For example, you might use `docker exec -it my-python-app bash` to enter the container and run your application."]
Manage multiple websites from a single, intuitive interface for streamlined operations.
Deploy and manage Docker containers with ease, reducing setup time and complexity.
Oversee and optimize database operations on Linux servers for improved performance.
Integrate large language models (LLMs) to enhance web functionalities and user experiences.
claude install 1Panel-dev/1Panelgit clone https://github.com/1Panel-dev/1PanelCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need to set up a Docker container for a new project using 1Panel. The container should run a Python application with [SPECIFIC_REQUIREMENTS]. Can you guide me through the steps to create and configure this container using 1Panel's interface? Include any necessary Docker commands or configurations.
To set up a Docker container for your Python application using 1Panel, follow these steps: 1. **Access 1Panel Dashboard**: Log in to your 1Panel interface. Navigate to the 'Containers' section. 2. **Create a New Container**: Click on 'Add Container' and select 'Docker' as the container type. 3. **Configure Container Settings**: In the configuration page, specify the following: - **Name**: my-python-app - **Image**: python:3.9-slim - **Port Mapping**: Map port 8000 of the container to port 8000 on the host. - **Volume Mounts**: Mount a volume to persist your application data. For example, mount `/app/data` on the host to `/data` in the container. 4. **Environment Variables**: Add any necessary environment variables. For example, you might need to set `ENV_VAR=value`. 5. **Start the Container**: Click 'Create' to build and start the container. 6. **Verify the Container**: Check the container logs to ensure it is running correctly. You can access the logs from the 1Panel interface. 7. **Deploy Your Application**: Use Docker commands to deploy your Python application. For example, you might use `docker exec -it my-python-app bash` to enter the container and run your application. By following these steps, you should have a Docker container running your Python application, managed seamlessly through 1Panel.
Manage microservices traffic and enhance security with comprehensive observability features.
Orchestrate workloads with multi-cloud support, job scheduling, and integrated service discovery features.
Monitor frontend performance and debug effectively with session replay and analytics.
Design, document, and generate code for APIs with interactive tools for developers.
Manage CI/CD processes efficiently with build configuration as code and multi-language support.
Enhance performance monitoring and root cause analysis with real-time distributed tracing.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan